VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / WebResolutionJS Constructor(number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebResolutionJS Constructor(number,number)
In This Topic
Initializes a new instance of the WebResolutionJS class.
Syntax
// Parameters
var x; // Type: number
var y; // Type: number

var instance = new Vintasoft.Shared.WebResolutionJS(x, y);

Parameters

x
Horizontal resolution, in pixels per inch.
y
Vertical resolution, in pixels per inch.
Browser Compatibility
56+
45+
11
See Also