VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / set_TileSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_TileSize Method
    In This Topic
    Sets the tile size.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_TileSize(value);
    
    
    function set_TileSize(
    value
    The tile size. Default value is 256.
    : number
    ) : any;

    Parameters

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