Click or drag to resize

PdfSignatureFieldRequired Property

If set, the field shall have a value at the time it is exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public bool Required { get; set; }

Property Value

Boolean
If set, the field shall have a value at the time it is exported by a submit-form action.
See Also