TdxPSPDFSignatureOptions.Certificate Property
In This Article
Specifies a public key certificate used to sign exported PDF documents.
#Declaration
Delphi
property Certificate: TdxX509Certificate read; write;
#Property Value
Type |
---|
Tdx |
#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