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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is non positive. |
Browser Compatibility
See Also