TdxPDFFileAttachment.Description Property
In This Article
Specifies a meaningful description for the file attachment.
#Declaration
Delphi
property Description: string read; write;
#Property Value
Type | Description |
---|---|
string | A file attachment description. |
#Remarks
The PDF Viewer displays the file attachment’s description as a hint.
The Description property’s default value is an empty string.
See Also