menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CompressionMethod - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum CompressionMethod

    The kind of compression used for an entry in an archive

    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public enum CompressionMethod

    Fields

    Name Description
    BZIP2

    File is compressed using BZIP2 algorithm.

    Defalte64

    Enhanced Deflating using Deflate64(tm).

    Deflated

    The file is Deflated.

    IBMTerse

    File is compressed using IBM TERSE (new).

    Imploded

    The file is Imploded.

    LZ77

    IBM LZ77 z Architecture (PFS).

    LZMA

    LZMA (EFS).

    PPMd

    PPMd version I, Rev 1.

    PRWARE

    PKWARE Data Compression Library Imploding (old IBM TERSE).

    ReducedFactor1

    The file is Reduced with compression factor 1.

    ReducedFactor2

    The file is Reduced with compression factor 2.

    ReducedFactor3

    The file is Reduced with compression factor 3.

    ReducedFactor4

    The file is Reduced with compression factor 4.

    Shrunk

    The file is Shrunk.

    Stored

    The file is stored (no compression).

    Tokenizing

    Reserved for Tokenizing compression algorithm.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved