VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_ColorDepthDetectionMaxInaccuracy Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorDepthDetectionMaxInaccuracy Method
    In This Topic
    Gets the maximum allowable inaccuracy, as distance in RGB888 color space, when comparing two colors.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: number
    value = instance.get_ColorDepthDetectionMaxInaccuracy();
    
    
    function get_ColorDepthDetectionMaxInaccuracy() : number;
    

    Return Value

    The maximum allowable inaccuracy, as distance in RGB888 color space, when comparing two colors.
    Browser Compatibility
    56+
    45+
    11
    See Also