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

PdfSignatureOptions Class

Contains the settings to apply an X.509 certificate to the resulting PDF file to digitally sign the document.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public class PdfSignatureOptions :
    ICloneable

The following members return PdfSignatureOptions objects:

Remarks

See How to use the digital signature options when exporting a report to PDF for a code sample.

Inheritance

Object
PdfSignatureOptions
See Also