Gets or sets a flag indicating if the field should have a value at the time it is exported by a submit form action. This property is false by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool Required { get; set; } |
| Visual Basic |
|---|
Public Property Required As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Required { bool get (); void set (bool value); } |