TiffCompressionMethods

TiffCompressionMethods class

Beschrijft de opsomming van Tiff-compressiemethoden.

public class TiffCompressionMethods : Enumeration

Constructeurs

Naam Beschrijving
TiffCompressionMethods() Serialisatie-constructor

methoden

Naam Beschrijving
CompareTo(object) Vergelijkt huidige object met andere.
virtual Equals(Enumeration) Bepaalt of twee objectinstanties gelijk zijn.
override Equals(object) Bepaalt of twee objectinstanties gelijk zijn.
override GetHashCode() Dient als de standaard hash-functie.
override ToString() Retourneert een tekenreeks die het huidige object vertegenwoordigt.

Velden

Naam Beschrijving
static readonly Ccitt3 CCITT3-compressie.
static readonly Ccitt4 CCITT4-compressie.
static readonly Lzw LZW-compressie.
static readonly None Geen compressie.
static readonly Rle RLE-compressie.

Zie ook