VintaSoft Twain .NET SDK 15.4: 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();

Return Value

A horizontal resolution of image.
Browser Compatibility
9
See Also