PdfRadioFieldRequired Property |
Gets or sets the form field's "Required" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.31.1.0 (3.31.1.0)
Syntaxpublic bool Required { get; set; }
Public Property Required As Boolean
Get
Set
Property Value
Type:
Boolean
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