Back to Devexpress

TdxPDFDocumentInformation.FileName Property

vcl-dxpdfcore-dot-tdxpdfdocumentinformation.md

latest823 B
Original Source

TdxPDFDocumentInformation.FileName Property

Returns the full path to the PDF document file.

Declaration

delphi
property FileName: string read;

Property Value

Type
string

Remarks

This property returns the full path to the loaded document file. Alternatively, you can access the AInfo.FileName field within a PDF Viewer control’s OnDocumentLoaded event handler.

See Also

TdxPDFDocumentInformation Class

TdxPDFDocumentInformation Members

dxPDFCore Unit