VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / get_SaveAsGrayscale Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SaveAsGrayscale Method
    In This Topic
    Gets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used.
    Syntax
    var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_SaveAsGrayscale();
    
    
    function get_SaveAsGrayscale() : boolean;
    

    Return Value

    True - color images will be saved as grayscale JPEG files; false color images will be saved as color JPEG files. Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also