TdxPDFDocumentInformation.FileName Property
Returns the full path to the PDF document file.
Declaration
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