In This Topic
Sets the image tile size in the viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
value = instance.setTileSize(width, height);
function setTileSize(
: number,
: number
) : any;
Parameters
- width
- Image tile width in pixels. Valid values are from 32 to 2048. Default value is 1024.
- height
- Image tile height in pixels. Valid values are from 32 to 2048. Default value is 1024.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also