Click or drag to resize

TiffEncoderTileSize Property

Gets or sets the size of tiles that are saved when WriteTiled is true.

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

Property Value

Type: Size
The size of tiles that are saved when WriteTiled is true.
Remarks

The size of tiles that are saved when WriteTiled is true. The default value is 256, 256.

The tile size must be a multiple of 16. Actual sizes used may be subject to modification based on compression type.

See Also