VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_MultipageDisplayRowCount Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_MultipageDisplayRowCount Method
    In This Topic
    Sets the count of displayed images in row or column in multipage display mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_MultipageDisplayRowCount(value);
    
    
    function set_MultipageDisplayRowCount(
    value
    The count of displayed images in row or column in multipage display mode. Value must be positive. Default value is 1.
    : number
    ) : any;

    Parameters

    value
    The count of displayed images in row or column in multipage display mode. Value must be positive. Default value is 1.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument value is non positive.
    Browser Compatibility
    56+
    45+
    11
    See Also