TiffCompressionMethods class

TiffCompressionMethods class

Describes Tiff compression methods enumeration.

Inheritance: TiffCompressionMethodsEnumeration

The TiffCompressionMethods type exposes the following members:

Constructors

Constructor Description
init Serialization constructor

Properties

Property Description
LZW LZW compression.
NONE No compression.
CCITT3 CCITT3 compression.
CCITT4 CCITT4 compression.
RLE RLE compression.

Methods

Method Description
equals Determines whether two object instances are equal.
compare_to Compares current object to other.
get_all Returns all enumeration values.

See Also