The print method prints all or a range of pages of the document.
print(System.Boolean bUI, System.Int32 nStart, System.Int32 nEnd, System.Boolean bSilent, System.Boolean nShrinkToFit, System.Boolean bPrintAsImage, System.Boolean bReverse, System.Boolean bAnnotations, System.Object printParams);
bUI
[Optional] To prompt the printer window.
nStart
[Optional] Page index for the first page to the range to print. Page Index = Page number -1. Default value 0.
nEnd
[Optional] Last page to the range to print. Page Index = Page number -1.
bSilent
[Optional] To hide the cancel dialog box.
bShrinkToFit
[Optional] To use the printer paper size if it is smaller than PDF page size.
bReverse
[Optional] To change the sense of the printing.
bAnnotations
[Optional] To include the annotation in the printing.
printParams
[Optional] PrintParams Object.
Returns None.
Member of doc.