VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangePixelFormatToPaletteCommandJS type / get_QuantizationMethod Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_QuantizationMethod Method
    In This Topic
    Gets a color quantization method.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChangePixelFormatToPaletteCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebColorQuantizationMethodEnumJS
    value = instance.get_QuantizationMethod();
    
    
    function get_QuantizationMethod() : WebColorQuantizationMethodEnumJS;
    

    Return Value

    An instance of WebColorQuantizationMethodEnumJS class. Default value is "AdvancedMedianCut".
    Browser Compatibility
    56+
    45+
    11
    See Also