VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainImageLayoutJS type / get_X Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_X Method
    In This Topic
    Gets X-coordinate of the left-top corner of image layout rectangle.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainImageLayoutJS(x, y, width, height);
    
    var value; // Type: number
    value = instance.get_X();
    
    
    function get_X() : number;
    

    Return Value

    X-coordinate of the left-top corner of image layout rectangle.
    Browser Compatibility
    9
    See Also