TdxPDFSignatureOptions.Enabled Property
Specifies if a digital signature is applied to a saved document.
Declaration
property Enabled: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
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