var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId); var value; // Type: object value = instance.get_TileSize();
function get_TileSize() : object;
Return Value
Size object ({ width: w, height: h}) that represents tile size in pixels. Default value is { width: 1024, height: 1024 }.