Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(PdfSignatureOptions.PdfSignatureOptionsTypeConverter))]
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