PdfDocument.FileAttachments Property
Gets the file attachments from a document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IEnumerable<PdfFileAttachment> FileAttachments { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Pdf |
An object implementing the IEnumerable interface that represents the collection of Pdf |