VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / set_TileHeight Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
set_TileHeight Method
In This Topic
Sets the height in pixels of each tile.
Syntax
var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_TileHeight(value);

Parameters

value
The height in pixels of each tile. Valid values are greater than or equal to 0. Default value is 0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if argument is out of range.
Remarks

Value of zero means there is one tile in vertical direction.

Browser Compatibility
56+
45+
11
See Also