Click or drag to resize

TiffEncoderCompression Property

Gets or sets a value indicating the compression algorithm used when encoding to a file.

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 TiffCompression Compression { get; set; }

Property Value

Type: TiffCompression
A value indicating the compression algorithm used when encoding to a file.
Remarks
When setting the compression, be aware of the PixelFormat. Some compression types will result in no compression when used with an incompatible PixelFormat. See the TiffCompression enumeration for more information.
See Also