In This Topic
Sets the image encoding method.
Syntax
var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebWebpEncodingMethodJS
returnValue = instance.set_Method(value);
function set_Method(
: WebWebpEncodingMethodJS
) : any;
Parameters
- value
- An instance of WebWebpEncodingMethodJS class that defines the image encoding method.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also