TdxPDFCustomViewer.OnDocumentLoaded Event
Enables you to respond to a PDF document load success.
Declaration
property OnDocumentLoaded: TdxPDFDocumentLoadedEvent read; write;
Remarks
The ASender parameter specifies the loaded PDF document.
The AInfo parameter returns the loaded document’s source (i.e., the path to a PDF file and/or stream object).
To identify if a PDF document is loaded, you can call the IsDocumentLoaded function.
See Also