menu

UWP

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

    Show / Hide Table of Contents

    Class CompressionMethod

    The kind of compression used for an entry in an archive

    Inheritance
    System.Object
    CompressionMethod
    Namespace: Syncfusion.Compression
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public sealed class CompressionMethod : Enum

    Fields

    BZIP2

    File is compressed using BZIP2 algorithm.

    Declaration
    public const CompressionMethod BZIP2
    Field Value
    Type
    CompressionMethod

    Defalte64

    Enhanced Deflating using Deflate64(tm).

    Declaration
    public const CompressionMethod Defalte64
    Field Value
    Type
    CompressionMethod

    Deflated

    The file is Deflated.

    Declaration
    public const CompressionMethod Deflated
    Field Value
    Type
    CompressionMethod

    IBMTerse

    File is compressed using IBM TERSE (new).

    Declaration
    public const CompressionMethod IBMTerse
    Field Value
    Type
    CompressionMethod

    Imploded

    The file is Imploded.

    Declaration
    public const CompressionMethod Imploded
    Field Value
    Type
    CompressionMethod

    LZ77

    IBM LZ77 z Architecture (PFS).

    Declaration
    public const CompressionMethod LZ77
    Field Value
    Type
    CompressionMethod

    LZMA

    LZMA (EFS).

    Declaration
    public const CompressionMethod LZMA
    Field Value
    Type
    CompressionMethod

    PPMd

    PPMd version I, Rev 1.

    Declaration
    public const CompressionMethod PPMd
    Field Value
    Type
    CompressionMethod

    PRWARE

    PKWARE Data Compression Library Imploding (old IBM TERSE).

    Declaration
    public const CompressionMethod PRWARE
    Field Value
    Type
    CompressionMethod

    ReducedFactor1

    The file is Reduced with compression factor 1.

    Declaration
    public const CompressionMethod ReducedFactor1
    Field Value
    Type
    CompressionMethod

    ReducedFactor2

    The file is Reduced with compression factor 2.

    Declaration
    public const CompressionMethod ReducedFactor2
    Field Value
    Type
    CompressionMethod

    ReducedFactor3

    The file is Reduced with compression factor 3.

    Declaration
    public const CompressionMethod ReducedFactor3
    Field Value
    Type
    CompressionMethod

    ReducedFactor4

    The file is Reduced with compression factor 4.

    Declaration
    public const CompressionMethod ReducedFactor4
    Field Value
    Type
    CompressionMethod

    Shrunk

    The file is Shrunk.

    Declaration
    public const CompressionMethod Shrunk
    Field Value
    Type
    CompressionMethod

    Stored

    The file is stored (no compression).

    Declaration
    public const CompressionMethod Stored
    Field Value
    Type
    CompressionMethod

    Tokenizing

    Reserved for Tokenizing compression algorithm.

    Declaration
    public const CompressionMethod Tokenizing
    Field Value
    Type
    CompressionMethod

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved