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);
function set_IsMultiSelect(
: boolean
) : any;
Parameters
- value
- A value indicating whether more than one of the field's option items may be selected simultaneously. Default value is false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also