Gets the image resolution.
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.