VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTgaEncoderSettingsJS type / set_ImageOrigin Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ImageOrigin Method
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);

Parameters

value
An instance of WebTgaImageOriginEnumJS class that defines the image origin of TGA file.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also