VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTgaEncoderSettingsJS type / get_ImageOrigin Property
Syntax BrowserCompatibility SeeAlso
    get_ImageOrigin Method
    Gets the image origin of TGA file.
    Syntax
    var instance = new Vintasoft.Imaging.WebTgaEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebTgaImageOriginEnumJS
    value = instance.get_ImageOrigin();
    
    

    Return Value

    An instance of WebTgaImageOriginEnumJS class that defines the image origin of TGA file.
    Browser Compatibility
    56+
    45+
    11
    See Also