TdxPDFFileAttachment.FileName Property
In This Article
Specifies the name of the attached file.
#Declaration
Delphi
property FileName: string read; write;
#Property Value
Type | Description |
---|---|
string | The attached file’s name. |
#Remarks
The Attachments page on the PDF Viewer control’s Navigation pane uses FileName
values to list file attachments.
See Also