This documentation is for the old version. Go to the latest Graphics Mill docs

Jpeg2kEncoderOptions.TileHeight Property

Gets/sets a JPEG2000 tile height.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property TileHeight As Integer
C#
public int TileHeight { get; set; }

Property Value

A non-negative value that specifies a JPEG2000 tile height. If it equals to 0, the tile height is taken the same as a bitmap height.

Remarks

When you specify small tile size, it enables JPEG2000 viewers to load the image partially (i.e. load in memory by tiles). However it increases the output file size.

See Also

Reference