PdfRadioFieldRequired Property |
Gets or sets the form field's "Required" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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