Back to Devexpress

PdfDocument.FileAttachments Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-ae0c3b8e.md

latest1.3 KB
Original Source

PdfDocument.FileAttachments Property

Gets the file attachments from a document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IEnumerable<PdfFileAttachment> FileAttachments { get; }
vb
Public ReadOnly Property FileAttachments As IEnumerable(Of PdfFileAttachment)

Property Value

TypeDescription
IEnumerable<PdfFileAttachment>

An object implementing the IEnumerable interface that is the collection of PdfFileAttachment objects.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace