VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / get_Inaccuracy Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Inaccuracy Method
    In This Topic
    Gets the permitted inaccuracy percent for lossy coding.
    Syntax
    var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_Inaccuracy();
    
    
    function get_Inaccuracy() : number;
    

    Return Value

    The permitted inaccuracy percent for lossy coding. Valid values are from 0 to 100. Default value is 50.
    Browser Compatibility
    56+
    45+
    11
    See Also