In This Topic
Sets a value indicating whether the field must have a value at the time it is exported by a submit-form action.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsRequired(value);
function set_IsRequired(
: boolean
) : any;
Parameters
- value
- A value indicating whether the field must have a value at the time it is exported by a submit-form action.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also