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

PdfSignatureOptions Class

Used to apply an X.509 certificate to the resulting PDF file, to digitally sign the document.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public class PdfSignatureOptions :
    ICloneable

The following members return PdfSignatureOptions objects:

Remarks

For a code sample, see Export to PDF.

Inheritance

Object
PdfSignatureOptions
See Also