Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.OnLoaded event. If you work with the PDF Viewer, handle its OnDocumentLoaded event instead.

See Also