PdfExportOptions.SignatureOptions Property
In This Article
Provides access to digital signature options of PdfExportOptions.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(false)]
public PdfSignatureOptions SignatureOptions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Signature |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
#Remarks
For a code sample, see How to use digital signature options when exporting a report to PDF.
See Also