TdxPDFSignatureFieldInfo Members
Stores information on a digital signature in a PDF document.Properties
Name | Description |
---|---|
Appearance | Provides access to the digital signature’s appearance settings. |
Certificate | Specifies a public key certificate used to sign a PDF document. |
ContactInfo | Specifies the signer’s contact information. |
Location | Specifies the signer’s location. |
Reason | Specifies a reason to sign a PDF document. |
SignedDate | Returns the digital signature timestamp. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
LoadCertificate(TStream,string) | Loads a public key certificate from a stream. |
LoadCertificate(string,string) | Loads a public key certificate from a file. |
ToString | Inherited from TObject. |
See Also