|

NavigateType


(number) The type of navigation to use. Choose from:



CONSTANT


VALUE


DESCRIPTION


PDF_FIRST


0


Go to the first page in the document.


PDF_LAST


1


Go to the last page in the document.


PDF_NEXT


2


Go to the next page in the document, if it exists.


PDF_PREV


3


Go to the previous page in the document, if it exists.


PDF_FORWARD


4


Go to the next view in the navigation history, if it exists.


PDF_BACK


5


Go to the previous view in the navigation history, if it exists.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

PDF.Print

OverviewExamples

PDF.Print ( string ObjectName,


number FromPage = 1, number ToPage = -1, boolean ShrinkToFit = true )


De s cr ip t ion


Prints the specified pages of a PDF File (*.pdf) loaded in a PDF object without displaying a settings dialog.


P arame t er s


ObjectName


(string) The name of the PDF object.


|