In This Topic
Sets a value indicating whether DICOM viewer should zoom DICOM image relative to an image center.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ZoomAtCenter(value);
function set_ZoomAtCenter(
: boolean
) : any;
Parameters
- 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. Default value is false.
Browser Compatibility
See Also