Skip to main content
A newer version of this page is available. .

PdfExportOptions.Attachments Property

Provides access to the attachment files list of the document.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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
DiagramDesignerControl
.PdfExportOptions .Attachments
ExportOptionsContainer
.Pdf .Attachments
See Also