VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / get_SelectedItems Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_SelectedItems Method
    In This Topic
    Gets the selected items of list box field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);
    
    var value; // Type: object[]
    value = instance.get_SelectedItems();
    
    
    function get_SelectedItems() : object[];
    

    Return Value

    Array of values of selected items if list box has selected items; otherwise null. Default value is empty array.
    Remarks

    This property should be used only if WebPdfInteractiveFormListBoxJS.get_IsMultiSelect is set to true.

    Browser Compatibility
    56+
    45+
    11
    See Also