VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebTileReflectionCommandJS type / set_TileSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_TileSize Method
In This Topic
Sets the tile size in pixels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebTileReflectionCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_TileSize(value);

Parameters

value
Tile size in pixels. Valid values are from 2 to 200. Default value is 40.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also