VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainFrameJS type / set_Right Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Right Method
    In This Topic
    Sets a value of the right-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_Right(value);
    
    
    function set_Right(
    value
    A value of the right-most edge of the rectangle, in units of measure used by device.
    : number
    ) : any;

    Parameters

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