Click or drag to resize

PdfSignatureField.HasValue Property

Gets a value indicating if the form field contains a signature.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public bool HasValue { get; }

Property Value

Type: Boolean

Implements

IPdfFieldRequired.HasValue
Remarks

If true, this form field has a valid value such that the form field is considered filled out; otherwise false. If Required is true, this property is useful to check if this form field is ready to be submitted.

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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!