VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / get_UseTiles Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseTiles Method
    In This Topic
    Gets a value indicating whether image must be encoded using tiles.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_UseTiles();
    
    
    function get_UseTiles() : boolean;
    

    Return Value

    A value indicating whether image must be encoded using tiles. Default value is true.
    Browser Compatibility
    9
    See Also