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

    Return Value

    A horizontal resolution of image.
    Browser Compatibility
    9
    See Also