A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<Browsable(False)>
Public ReadOnly Property Attachments As ICollection(Of PdfAttachment)
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 | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
See Also
Feedback