Click or drag to resize

PdfTextFieldRequired Property

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

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

Property Value

Type: Boolean

Implements

IPdfFieldRequiredRequired
Remarks

Required fields must contain a value prior to submitting a form.

This property can not be changed if IsLocked is true.

See Also