VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_MultipageDisplayRowCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MultipageDisplayRowCount Method
    In This Topic
    Gets the count of displayed images in row or column in multipage display mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_MultipageDisplayRowCount();
    
    
    function get_MultipageDisplayRowCount() : number;
    

    Return Value

    The count of displayed images in row or column in multipage display mode. Value must be positive. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also