PDF .NET Library Documentation - PDF Technologies, Inc.
If set, the control must have a value at the time it is exported by a submit-form action

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool Required { get; set; }
Visual Basic (Declaration)
Public Property Required As Boolean
Visual C++
public:
property bool Required {
	bool get ();
	void set (bool value);
}

See Also