PdfExportOptions.Attachments Property
In This Article
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<Pdf |
A ICollection<Pdf |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Attachments |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
See Also