PdfSignatureFieldSignatureInfo Property |
Gets a class providing signature information, if the form field is signed.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfSignatureInfo SignatureInfo { get; }
Public ReadOnly Property SignatureInfo As PdfSignatureInfo
Get
Property Value
Type:
PdfSignatureInfo
The
PdfSignatureInfo for a signed form field or
null if form field is not signed.
Remarks
NOTE: RAD PDF does NOT verify the integrity or trustworthiness of digital signatures.
Please use an appropriate third-party tool to confirm if a PdfSignatureField's signature is valid and can be trusted.
See Also