VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebGetColorCountCommandJS type / get_MaxColorCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxColorCount Method
    In This Topic
    Gets the maximum allowable number of colors in an image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebGetColorCountCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxColorCount();
    
    
    function get_MaxColorCount() : number;
    

    Return Value

    Maximum number of colors. Possible value is any positive value. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also