Enum TiffCompression
Enum TiffCompression
De naam: Aspose.Tasks.Saving Verzameling: Aspose.Tasks.dll (25.4.0)
Specificeert welke vorm van compressie te gebruiken bij het opslaan van pagina’s in het TIFF-formaat.
public enum TiffCompression
Fields
Ccitt3 = 3
De CCITT3 compressie schema wordt bepaald.
Ccitt4 = 4
De CCITT4 compressie schema wordt bepaald.
Lzw = 5
Beschrijving van het LZW compressie schema.
None = 1
Er wordt geen compressie aangegeven.
Rle = 2
Beschrijft het RLE compression schema.