var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name); var value; // Type: number[] value = instance.get_SelectedItemIndexes();
function get_SelectedItemIndexes() : number[];
Return 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.