Click or drag to resize

PdfRadioFieldRequired Property

Gets or sets the form field's "Required" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Required { get; set; }

Property Value

Type: Boolean

Implements

IPdfFieldRequiredRequired
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