VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resolution Method
    In This Topic
    Gets the resolution, in pixels per inch, for image rendering.
    Syntax
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.get_Resolution();
    
    
    function get_Resolution() : WebResolutionJS;
    

    Return Value

    Resolution, in pixels per inch, for image rendering.
    Browser Compatibility
    9
    See Also