VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormListBoxJS type / get_IsSorted Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsSorted Method
    In This Topic
    Gets a value indicating whether field's option items should be sorted alphabetically.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormListBoxJS(document, name);
    
    var value; // Type: boolean
    value = instance.get_IsSorted();
    
    
    function get_IsSorted() : boolean;
    

    Return Value

    A value indicating whether field's option items should be sorted alphabetically. Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also