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);
function set_TileSize(
: number
) : any;
Parameters
- value
- Tile size in pixels. Valid values are from 2 to 200. Default value is 40.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also