TdxPDFDocument.SignatureOptions Property
Provides access to the document’s digital signature settings.
Declaration
property SignatureOptions: TdxPDFSignatureOptions read; write;
Property Value
Type | Description |
---|---|
TdxPDFSignatureOptions | 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 SaveToFile and SaveToStream procedures can save a document only with a single configured digital signature. If the document has multiple signatures, a successful save operation removes them.
See Also