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

TdxPDFCustomViewer.OnDocumentLoaded Event

In This Article

Enables you to respond to a PDF document load success.

#Declaration

Delphi
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