VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / set_RowsPerStrip Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_RowsPerStrip Method
    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(
    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.
    : 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
    9
    See Also