Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.FileAttachments Property

Gets the file attachments from a document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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