Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFSignatureFieldInfo Members

In This Article
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
Show Inherited Hide Inherited

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