VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / set_Inaccuracy Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Inaccuracy Method
    In This Topic
    Sets the permitted inaccuracy percent for lossy coding.
    Syntax
    var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Inaccuracy(value);
    
    
    function set_Inaccuracy(
    value
    The permitted inaccuracy percent for lossy coding. Valid values are from 0 to 100. Default value is 50.
    : number
    ) : any;

    Parameters

    value
    The permitted inaccuracy percent for lossy coding. Valid values are from 0 to 100. Default value is 50.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is out of range.
    Browser Compatibility
    56+
    45+
    11
    See Also