PdfDocument.FileAttachments Property
Gets the file attachments from a document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<PdfFileAttachment> | An object implementing the IEnumerable interface that is the collection of PdfFileAttachment objects. |
See Also