Click or drag to resize

TiffEncoder Constructor (TiffCompression)

Initializes a new instance of a TiffEncoder specifying the compression.

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 TiffEncoder(
	TiffCompression compression
)

Parameters

compression
Type: Atalasoft.Imaging.CodecTiffCompression
A value indicating the compression algorithm used when encoding to a file.
See Also