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

TdxPDFDocumentLoadInfo.FileName Field

Contains the path to the loaded PDF document file.

#Declaration

Delphi
FileName: string

#Field Value

Type
string

#Remarks

This field contains a valid path to the source file only if the TdxPDFCustomViewer.LoadFromFile or TdxPDFDocument.LoadFromFile procedure successfully loads a document; otherwise, the field contains an empty string.

Alternatively, you can use a PDF document‘s Information.FileName property.

See Also