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