Click or drag to resize

TiffEncoderWriteTiled Property

Gets or sets a value that when true, will cause TIFF images to be encoded tiled.

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 bool WriteTiled { get; set; }

Property Value

Type: Boolean
Remarks
Tiled TIFF images are useful when the image is large, and the reader is capable of reading individual tiles. See TileSize for setting the tile width and length.
See Also