Gets or sets a value indicating whether this is required.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
bool Required { get; set; }
Property Required As Boolean
	Get
	Set
property bool Required {
	bool get ();
	void set (bool value);
}
abstract Required : bool with get, set

Property Value

Boolean
True if the field is required, false otherwise. Default is false.

See Also