VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / set_SelectedItemIndexes Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    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.
    : 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
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also