TdxPDFDocument.FileAttachments Property
Provides access to the collection of files attached to the document.
Declaration
property FileAttachments: TdxPDFFileAttachmentList read;
Property Value
Type | Description |
---|---|
TdxPDFFileAttachmentList | A collection of files attached to the loaded PDF document. |
Remarks
You can use the FileAttachments
property to obtain files attached to the document and/or its specific pages. The FileAttachments
.Count property returns the total number of file attachments within the document, while the FileAttachments
.Items property allows you to access any attachment by its pass-through index in the document. Refer to the TdxPDFFileAttachmentList class description for detailed information on all available options.
Users can access, view, and save file attachments on the Attachments page of the PDF Viewer control’s Navigation Pane if it is visible.
See Also