In This Topic
Sets the rows per strip.
Syntax
var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_RowsPerStrip(value);
function set_RowsPerStrip(
: number
) : any;
Parameters
- value
- The rows per strip. 0 - rows per strip will be calculated automatically and in most cases will be set to the image height. Default value is 0.
Browser Compatibility
See Also