VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / set_IsMultiSelect Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IsMultiSelect Method
In This Topic
Sets a value indicating whether more than one of the field's option items may be selected simultaneously.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsMultiSelect(value);

Parameters

value
A value indicating whether more than one of the field's option items may be selected simultaneously. Default value is false.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also