VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / get_SelectedItemIndexes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedItemIndexes Method
    In This Topic
    Gets 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 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.
    Browser Compatibility
    56+
    45+
    11
    See Also