Gets a value indicating whether the image is centered in the viewer.
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: boolean
value = instance.get_CenterImage();
function get_CenterImage() : boolean;
Return Value
True - image will be centered in the viewer; False - image will not be centered in the viewer. Default value is False.