VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / get_IsMultiSelect Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsMultiSelect Method
    In This Topic
    Gets a value indicating whether more than one of the field's option items may be selected simultaneously.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsMultiSelect();
    
    
    function get_IsMultiSelect() : boolean;
    

    Return Value

    A value indicating whether more than one of the field's option items may be selected simultaneously. Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also