Gets a value indicating whether DICOM viewer should zoom DICOM image relative to an image center.
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var value; // Type: boolean
value = instance.get_ZoomAtCenter();
function get_ZoomAtCenter() : boolean;
Return Value
True - DICOM viewer should zoom DICOM image relative to an image center; False - DICOM viewer should zoom DICOM image relative to the mouse position.