Click or drag to resize

Jpeg2000EncoderWriteTileLengthMarker Property

Gets or sets a value indicating if a tile length marker is written to the encoded image.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool WriteTileLengthMarker { get; set; }

Property Value

Type: Boolean
Remarks
Default value is false. The efficiency of decoding regions in a tiled image may be improved by the usage of tile length markers. Tile length markers contain the position of each tile in the JPEG2000 code stream, enabling faster access to tiled image.
See Also