VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ImageSizeMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageSizeMode Method
    In This Topic
    Gets a value indicating how an image is positioned within the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageSizeModeEnumJS
    value = instance.get_ImageSizeMode();
    
    
    function get_ImageSizeMode() : WebImageSizeModeEnumJS;
    

    Return Value

    An instance of WebImageSizeModeEnumJS class. Default value is "Normal".
    Browser Compatibility
    56+
    45+
    11
    See Also