VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Resolution Method
In This Topic
Gets the image resolution.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();

var value; // Type: Vintasoft.Shared.WebResolutionJS
value = instance.get_Resolution();

Return Value

WebResolutionJS object that contains information about image resolution.
Browser Compatibility
56+
45+
11
See Also