Skip to main content

TdxPDFDocumentLoadInfo.FileName Field

Contains the path to the loaded PDF document file.

Declaration

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