PdfCheckFieldRequired Property |
Gets or sets the form field's "Required" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax Remarks
If
true, this form field must have a value at the time it is submitted; otherwise
false.
This property can not be changed if
IsLocked is
true.
See Also