Skip to main content

PdfExportOptions.Attachments Property

Provides access to the attachment files list of the document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[Browsable(false)]
public ICollection<PdfAttachment> Attachments { get; }

#Property Value

Type Description
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:

Library Object Type Path to Attachments
Cross-Platform Class Library ExportOptions
.Pdf .Attachments
WinForms Controls DiagramOptionsExport
.PdfExportOptions .Attachments
WPF Controls DiagramControl
.PdfExportOptions .Attachments
See Also