TdxPDFDocumentInformation.FileName Property
In This Article
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