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