|
Summary |
Events
|
| Element | Description |
| Object | The object placeholder represents an OrdoPDFReader control |
| PageViewed | Integer. Newly displayed page number |
Occurs when a file has just been successfully loaded into the control by the Load or SelectPDFFile method
or by clicking the user interface button 
Syntax
Private Sub object_PDFLoaded(FileName As String, FilePath As String)
The PDFLoaded event syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoPDFReader control |
| Filename | String. Name of the uploaded PDF file |
| File Path | String. Path where the loaded PDF file is located |