In This Topic
Sets a quality factor in percents if JPEG compression is used.
Syntax
var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_JpegQuality(value);
function set_JpegQuality(
: number
) : any;
Parameters
- value
- Quality factor in percents if JPEG compression is used. Valid values are from 1 to 100. Recommended values are from 40 to 80. Default value is 70.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also