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.v18.2.Core.dll

Declaration

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

Property Value

Type Description
ICollection<PdfAttachment>

A ICollection<T><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
WPF Controls ExportOptionsContainer
.Pdf.Attachments
See Also