Skip to main content

PdfDocument.FileAttachments Property

Gets the file attachments from a document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfFileAttachment> FileAttachments { get; }

Property Value

Type Description
IEnumerable<PdfFileAttachment>

An object implementing the IEnumerable interface that represents the collection of PdfFileAttachments.

See Also