Skip to main content
A newer version of this page is available. .

PdfExportOptions.SignatureOptions Property

Provides access to the digital signature options of PdfExportOptions.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Browsable(false)]
public PdfSignatureOptions SignatureOptions { get; }

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
.Pdf .SignatureOptions
WinForms Controls DiagramOptionsExport
.PdfExportOptions .SignatureOptions
WPF Controls DiagramControl
.PdfExportOptions .SignatureOptions
DiagramDesignerControl
.PdfExportOptions .SignatureOptions
ExportOptionsContainer
.Pdf .SignatureOptions

Remarks

For a code sample, see How to use the digital signature options when exporting a report to PDF.

See Also