Click or drag to resize

JpegXrEncoderVerticalTileSlices Property

Gets or sets the number of vertical divisions to use during compression encoding. A single division creates two vertical 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 VerticalTileSlices { get; set; }

Property Value

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

If CompressedDomainTranscode is true, VerticalTileSlices 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 HorizontalTileSlices, a grid of tiles is formed. For example, if both properties are set to 1, the image will be divided into 4 tiles.

See Also