VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_CenterImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CenterImage Method
    In This Topic
    Gets a value indicating whether the image is centered in the viewer.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also