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

TdxPSPDFSignatureOptions.Certificate Property

Specifies a public key certificate used to sign exported PDF documents.

#Declaration

Delphi
property Certificate: TdxX509Certificate read; write;

#Property Value

Type
TdxX509Certificate

#Remarks

Assign an X.509 certificate to this property and set the Enabled property to True to add a digital signature to exported PDF documents. Use the ContactInfo, Location, and Reason properties to add additional information to the digital signature.

The Certificate property’s default value is nil.

See Also