Summary

Home

Events
Home

OrdoPDFReader Control-Specific Events


PageChanged Event

Occurs when the DisplayedPage property of an OrdoPDFReader control is changed by the user or application.

Syntax

Private Sub object_PageChanged(PageViewed As Integer)

The syntax for the PageChanged event has these parts:

Element Description
Object The object placeholder represents an OrdoPDFReader control
PageViewed Integer. Newly displayed page number

PDFLoaded Event

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