VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type / get_YResolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_YResolution Method
In This Topic
Gets a vertical resolution of image.
Syntax
var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);

var value; // Type: number
value = instance.get_YResolution();

Return Value

A vertical resolution of image.
Browser Compatibility
9
See Also