set_SelectedItemIndexes Method
In This Topic
Sets an array of integer values, sorted in ascending order, representing the zero-based indices in the
WebPdfInteractiveFormListBoxJS.get_ItemArray collection of the currently selected option items.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: number[]
returnValue = instance.set_SelectedItemIndexes(value);
function set_SelectedItemIndexes(
: number[]
) : any;
Parameters
- value
- An array of the zero-based indices in the WebPdfInteractiveFormListBoxJS.get_ItemArray collection of the currently selected option items. Default value is empty array.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also