TdxPDFDocument.OnLoaded Event
In This Article
Enables you to respond to a successful document load operation.
#Declaration
Delphi
property OnLoaded: TdxPDFDocumentLoadedEvent read; write;
#Remarks
This event occurs every time a LoadFromFile or LoadFromStream procedure call successfully loads a PDF document.
The Sender parameter provides access to the PDF document container that raised the OnLoaded event.
The AInfo parameter returns information on the loaded document’s source file or stream.
Note
The PDF Viewer control handles its Document.On
See Also