Skip to main content

TdxPSPDFSignatureOptions.Enabled Property

Specifies if a digital signature is applied to an exported PDF 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 Certificate property.

The Enabled property’s default value is False.

See Also