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