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.Certificate Property

Specifies a public key certificate used to sign a PDF document.

#Declaration

Delphi
property Certificate: TdxX509Certificate read; write;

#Property Value

Type Description
TdxX509Certificate

An X.509 public key certificate.

#Remarks

Assign a valid certificate to this property and use the ContactInfo, Location, and Reason properties to configure the digital signature. Then, set a PDF document’s OptionsSignature.Enabled property to True. A subsequent SaveToFile or SaveToStream procedure call adds the digital signature to the saved document.

Note

The Certificate property’s setter raises the EdxX509Exception exception if it is impossible to use the assigned certificate to sign documents.

The Certificate property’s default value is nil.

See Also