Click or drag to resize

TiffEncoder Constructor (TiffCompression, Boolean)

Initializes a new instance of a TiffEncoder specifying the compression and if the image should be appended to the end of an existing 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 TiffEncoder(
	TiffCompression compression,
	bool append
)

Parameters

compression
Type: Atalasoft.Imaging.CodecTiffCompression
A value indicating the compression algorithm used when encoding to a file.
append
Type: SystemBoolean
A value indicating if the image should be appended to the end of an existing file.
See Also