[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.EccMode

Enum EccMode

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

A value that represents which ecc mode.

public enum EccMode

Fields

ECC000 = 0

ECC000. This mode encodes data with only CRC checksum, no additional error checking bits. Data encoded with this ECC mode usually requiers the smallest symbol size.

ECC050 = 1

Summary: ECC050.

ECC080 = 2

Summary: ECC080.

ECC100 = 3

Summary: ECC100

ECC140 = 4

Summary: ECC140

ECC200 = 5

ECC200. This is the suggested ECC mode. Data encoded with this ECC mode will be protedted Reed-Solomon error checking and correcting algorithm.