Back to Devexpress

TdxPDFSignatureOptions.Enabled Property

vcl-dxpdfdocument-dot-tdxpdfsignatureoptions.md

latest915 B
Original Source

TdxPDFSignatureOptions.Enabled Property

Specifies if a digital signature is applied to a saved document.

Declaration

delphi
property Enabled: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to digitally sign a PDF document with a private key of an X.509 certificate assigned to the Signature.Certificate property.

The Enabled property’s default value is False.

See Also

TdxPDFSignatureOptions Class

TdxPDFSignatureOptions Members

dxPDFDocument Unit