Enum CompressionType

CompressionType enumeration

يُستخدم لتحديد قيمة المعامل الممررة إلى جهاز صورة Tiff.

public enum CompressionType

Values

NameValueDescription
LZW0Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.
CCITT41Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.
CCITT32Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.
RLE3Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.
None4Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.

See Also