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