VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_TileSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TileSize Method
    In This Topic
    Gets the image tile size in image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_TileSize();
    
    
    function get_TileSize() : object;
    

    Return Value

    Size object ({ width: w, height: h}) that represents tile size in pixels. Default value is { width: 1024, height: 1024 }.
    Browser Compatibility
    56+
    45+
    11
    See Also