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

Jpeg2kEncoderOptions.TileWidth Property

Gets/sets a JPEG2000 tile width.

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

Syntax

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

Property Value

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

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