| mdm.PDF |
| Constructor |
| The following table lists the constructors for the PDF class |
| Constructor | Description | Availability |
|---|---|---|
| mdm.PDF() | Creates an instance of Adobe Acrobat Reader using the s... | |
| Methods |
| The following table lists the methods for the PDF class |
| Method | Description | Availability |
|---|---|---|
| PDF.close() | Closes the PDF instance | |
| PDF.firstPage() | NAvigates to the first page in the loaded PDF document. | |
| PDF.hide() | Hides the PDF instance. | |
| PDF.lastPage() | Navigates to the last page in the loaded PDF document. | |
| PDF.loadFile() | Loads a new PDF document into the PDF instance. | |
| PDF.nextPage() | Navigates to the next page in the loaded PDF document. | |
| PDF.previousPage() | Navigates to the previous page in the loaded PDF document. | |
| PDF.print() | Prints the current page of the PDF instance. | |
| PDF.printAll() | Prints the entire document in the PDF instance. | |
| PDF.printPages() | Prints the specified pages of the current document in the PDF instance. | |
| PDF.printWithDialog() | Prints the current page of the PDF instance. | |
| PDF.setCurrentPage() | Navigates to the specified page of the current document in the PDF instance. | |
| PDF.show() | Shows the PDF instance | |
| Properties |
| The following table lists the properties for the PDF class |
| Method | Description | Availability |
|---|---|---|
| PDF.height | Contains the height of the PDF instance. | |
| PDF.scrollbars | Contains a boolean indicating whether or not ... | |
| PDF.toolbar | Contains a boolean indicating whether or not ... | |
| PDF.visible | Contains a boolean indicating whether or not ... | |
| PDF.width | Contains the width of the PDF instance. | |
| PDF.x | Contains the x position of the PDF instance. | |
| PDF.y | Contains the y position of the PDF instance. | |