TdxPDFDocument.OnLoaded Event
Enables you to respond to a successful document load operation.
Declaration
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.OnLoaded event. If you work with the PDF Viewer, handle its OnDocumentLoaded event instead.
See Also