VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / set_Top Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Top Method
    In This Topic
    Sets a value of the top-most edge of the rectangle, in units of measure used by device.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainFrameJS(left, top, right, bottom);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Top(value);
    
    
    function set_Top(
    value
    A value of the top-most edge of the rectangle, in units of measure used by device.
    : number
    ) : any;

    Parameters

    value
    A value of the top-most edge of the rectangle, in units of measure used by device.
    Browser Compatibility
    9
    See Also