Back to Devexpress

TdxPDFDocument.FileAttachments Property

vcl-dxpdfdocument-dot-tdxpdfdocument-de3242f7.md

latest1.7 KB
Original Source

TdxPDFDocument.FileAttachments Property

Provides access to the collection of files attached to the document.

Declaration

delphi
property FileAttachments: TdxPDFFileAttachmentList read;

Property Value

TypeDescription
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

TdxPDFDocument.PageInfo

TdxPDFDocument Class

TdxPDFDocument Members

dxPDFDocument Unit