Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public PdfSignatureInfo SignatureInfo { 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