VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / set_IsRequired Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IsRequired Method
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);

Parameters

value
A value indicating whether the field must have a value at the time it is exported by a submit-form action.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also