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)
Syntaxpublic bool WriteTiled { get; set; }Public Property WriteTiled As Boolean
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 AlsoReference
TileSize Property