TdxPDFSignatureOptions.Signature Property
In This Article
Provides access to the active digital signature’s settings.
#Declaration
Delphi
property Signature: TdxPDFSignatureFieldInfo read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores information on a digital signature in a PDF document. |
#Remarks
Call the Signature.LoadCertificate procedure to load a public key certificate and use the Signature.ContactInfo, Signature.Location, and Signature.Reason properties to configure the digital signature used in subsequent document save operations. Refer to the TdxPDFSignatureFieldInfo class description for detailed information on available options.
Note
The current implementation of the PDF document’s Save
See Also