PdfExportOptions.SignatureOptions Property
Provides access to the digital signature options of PdfExportOptions.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
PdfSignatureOptions | A PdfSignatureOptions object. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SignatureOptions |
---|---|---|
Cross-Platform Class Library | ExportOptions |
|
WinForms Controls | DiagramOptionsExport |
|
WPF Controls | DiagramControl |
|
Remarks
For a code sample, see How to use the digital signature options when exporting a report to PDF.
See Also