VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type / get_Width Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Width Method
    In This Topic
    Gets an image width in pixels.
    Syntax
    var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);
    
    var value; // Type: number
    value = instance.get_Width();
    
    
    function get_Width() : number;
    

    Return Value

    An image width in pixels.
    Browser Compatibility
    9
    See Also