VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / get_TileWidth Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_TileWidth Method
    In This Topic
    Gets the width in pixels of each tile.
    Syntax
    var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_TileWidth();
    
    
    function get_TileWidth() : number;
    

    Return Value

    The width in pixels of each tile. Valid values are greater than or equal to 0. Default value is 0.
    Remarks

    Value of zero means there is one tile in horizontal direction.

    Browser Compatibility
    56+
    45+
    11
    See Also