VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / toRectangle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toRectangle Method
    In This Topic
    Returns frame as rectangle.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainFrameJS(left, top, right, bottom);
    
    var value; // Type: object
    value = instance.toRectangle();
    
    
    function toRectangle() : object;
    

    Return Value

    Frame as rectangle.
    Browser Compatibility
    9
    See Also