set_JpegEncoderSettings Method
In This Topic
Sets the settings of JPEG encoder.
Syntax
var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebJpegEncoderSettingsJS
returnValue = instance.set_JpegEncoderSettings(value);
function set_JpegEncoderSettings(
: WebJpegEncoderSettingsJS
) : any;
Parameters
- value
- An instance of WebJpegEncoderSettingsJS class that defines the settings of JPEG encoder.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also