JAVA Tech VERSION 3.0 manual Printing, PrintPage, PrintDocument, PrintRange

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 56
Image 56

Method:

Method:

Method:

Method:

Printing

printPage()

E.g. ViewONE.printPage();

Produces a print dialog to allow the user to print the current page.

Security note: This method is disabled by default unless the “JavascriptExtensions” parameter is set to “true”.

printDocument()

E.g. ViewONE.printDocument();

Produces a print dialog to allow the user to print the current document (available for multi- page documents only).

Security note: This method is disabled by default unless the “JavascriptExtensions” parameter is set to “true”.

printRange()

E.g. ViewONE.printRange();

Produces a range dialog followed by a print dialog to allow the user to print a range of pages in a document (available for multi-page documents only).

Security note: This method is disabled by default unless the “JavascriptExtensions” parameter is set to “true”.

56

Page 56
Image 56
JAVA Tech VERSION 3.0 manual Printing, PrintPage, PrintDocument, PrintRange