var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS(); var returnValue; // Type: any // Parameters var value; // Type: number returnValue = instance.set_RowsPerStrip(value);
function set_RowsPerStrip(
valueThe 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.: 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.