 | PdfFieldRequired Property |
Gets or sets a flag indicating whether the field must have an export value.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool Required { get; set; }Public Property Required As Boolean
Get
Set
public:
property bool Required {
bool get ();
void set (bool value);
}member Required : bool with get, set
/** @property */
public boolean get_Required()
/** @property */
public void set_Required(boolean value)
function get_Required();
function set_Required(value);
Property Value
Boolean
If true, the field must have a value at the time it is exported by a submit-form action.
See Also