VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / get_RowsPerStrip Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RowsPerStrip Method
    In This Topic
    Gets the rows per strip.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_RowsPerStrip();
    
    
    function get_RowsPerStrip() : number;
    

    Return 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