Back to Devexpress

PdfExportOptions.Attachments Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-7b4071c6.md

latest2.2 KB
Original Source

PdfExportOptions.Attachments Property

Provides access to the attachment files list of the document.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public ICollection<PdfAttachment> Attachments { get; }
vb
<Browsable(False)>
Public ReadOnly Property Attachments As ICollection(Of PdfAttachment)

Property Value

TypeDescription
ICollection<PdfAttachment>

A ICollection<PdfAttachment> collection of files to be attached to the document.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Attachments
Cross-Platform Class LibraryExportOptions

.Pdf .Attachments

| | WinForms Controls | DiagramOptionsExport |

.PdfExportOptions .Attachments

| | WPF Controls | DiagramControl |

.PdfExportOptions .Attachments

|

See Also

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace