Click or drag to resize

JpegXrEncoderHorizontalTileSlices Property

Gets or sets the number of horizontal divisions to use during compression encoding. A single division creates two horizontal regions.

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

Property Value

Type: Int16
The number of horizontal divisions to use during compression encoding. The value range is 0 to 4095. The default value is 0.
Remarks

If CompressedDomainTranscode is true, HorizontalTileSlices must be set to 0.

A tile created by the division can never be smaller than 16 pixels. The value will be adjusted to maintain the minimum tile size.

When used in combination with VerticalTileSlices, a grid of tiles is formed. For example, if both property has one division, the image will be divided into 4 tiles.

See Also