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.v19.2.Core.dll

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