VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / get_TileSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TileSize Method
    In This Topic
    Gets the tile size.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_TileSize();
    
    
    function get_TileSize() : number;
    

    Return Value

    The tile size. Default value is 256.
    Browser Compatibility
    9
    See Also