TdxPDFSignatureFieldInfo.Certificate Property
In This Article
Specifies a public key certificate used to sign a PDF document.
#Declaration
Delphi
property Certificate: TdxX509Certificate read; write;
#Property Value
Type | Description |
---|---|
Tdx |
An X. |
#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 Edx
The Certificate property’s default value is nil.
See Also