TdxPDFSignatureFieldInfo Class
Stores information on a digital signature in a PDF document.
Declaration
TdxPDFSignatureFieldInfo = class(
TPersistent
)
Remarks
This class has the following members that allow you to:
Specify or load a public key certificate used to sign PDF documents (Certificate and LoadCertificate).
Define the digital signature’s appearance (Appearance).
Add the signer’s location and contact information (Location and ContactInfo).
Specify a reason to sign a document (Reason).
Identify when the digital signature was added to a document (SignedDate).
A PDF document’s SignatureOptions.EmbeddedSignatures and SignatureOptions.Signature properties reference a TdxPDFSignatureFieldInfo object.
Inheritance
TObject
TPersistent
TdxPDFSignatureFieldInfo
See Also