Table of Contents

Field TiffCompression

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Tiff image option name for setting compression type. By default it is set to 1 (None). Typical other values are 5 (LZW) and 7 (JPEG). See GenericImageTiffCompression for more options.

public const string TiffCompression = "Compression"

Returns

string
Tiff image option name for setting compression type. By default it is set to 1 (). Typical other values are 5 () and 7 (). See for more options.