GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TiffCompression Enum

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    An enumeration of supported compression schemes for Tagged Image File Format (TIFF) when saving a PresentationDocument to an image using an ImageSaveOptions.

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

    Fields

    Ccitt3

    The CCITT3 compression schema.

    Ccitt4

    The CCITT4 compression schema.

    Default

    The encoder attempts to save the bitmap with the best possible compression schema.

    Lzw

    The LZW compression schema.

    None

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

    Rle

    The RLE compression schema.

    Zip

    Zip compression schema.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.