In This Topic
Sets a value indicating whether image must be encoded using tiles.
Syntax
var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseTiles(value);
function set_UseTiles(
: boolean
) : any;
Parameters
- value
- A value indicating whether image must be encoded using tiles. Default value is true.
Browser Compatibility
See Also