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(
: number
) : any;
Parameters
- value
- The permitted inaccuracy percent for lossy coding. Valid values are from 0 to 100. Default value is 50.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is out of range. |
Browser Compatibility
See Also