In This Topic
Sets the image tile size in the viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: object
returnValue = instance.set_TileSize(value);
function set_TileSize(
: object
) : any;
Parameters
- value
- Size object ({ width: w, height: h}) that represents tile size in pixels. Width and height can have value from 32 to 2048.
Exceptions
Exception | Description |
| Thrown if argument has wrong types. |
Browser Compatibility
See Also