TdxPDFDocument.SignatureOptions Property
In This Article
Provides access to the document’s digital signature settings.
#Declaration
Delphi
property SignatureOptions: TdxPDFSignatureOptions read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores digital signature settings. |
#Remarks
Use the SignatureOptions
.Signature property to configure a digital signature. Then, set the SignatureOptions
.Enabled property to True
to enable the signature for subsequent document save operations. Refer to the TdxPDFSignatureOptions class description for detailed information on available options.
Note
The current implementation of the Save
See Also