VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_TilesFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TilesFormat Method
    In This Topic
    Gets a format in which the viewer want to receive image tiles.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Shared.WebImageTypeEnumJS
    value = instance.get_TilesFormat();
    
    
    function get_TilesFormat() : WebImageTypeEnumJS;
    

    Return Value

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