Gembox.Imaging
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TiffCompression Enum

    Namespace:
    GemBox.Imaging
    Assembly:
    GemBox.Imaging.dll

    Specifies the possible compression schemes for Tagged Image File Format (TIFF) bitmap images.

    • C#
    • VB.NET
    public enum TiffCompression
    Public Enum TiffCompression

    Fields

    CcittGroup3Fax

    The CCITT3 compression schema is used.

    CcittGroup4Fax

    The CCITT4 compression schema is used.

    Default

    The System.Windows.Media.Imaging.TiffBitmapEncoder encoder attempts to save the bitmap with the best possible compression schema.

    Lzw

    The LZW compression schema is used.

    None

    The Tagged Image File Format (TIFF) image is not compressed.

    Rle

    The RLE compression schema is used.

    Zip

    Zip compression schema is used.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.