TiffCompressionMethods
TiffCompressionMethods class
Describes Tiff compression methods enumeration.
public class TiffCompressionMethods : Enumeration
Constructors
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
Returns a string that represents the current object. |
Fields
Name |
Description |
static readonly Ccitt3 |
CCITT3 compression. |
static readonly Ccitt4 |
CCITT4 compression. |
static readonly Lzw |
LZW compression. |
static readonly None |
No compression. |
static readonly Rle |
RLE compression. |
See Also