Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / EccMode Enumeration
In This Topic
    EccMode Enumeration
    In This Topic
    A value that represents which ecc mode.
    Syntax
    public enum EccMode : System.Enum 
    Members
    MemberDescription
    ECC000 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 Summary: ECC050.
    ECC080 Summary: ECC080.
    ECC100 Summary: ECC100
    ECC140 Summary: ECC140
    ECC200 ECC200. This is the suggested ECC mode. Data encoded with this ECC mode will be protedted Reed-Solomon error checking and correcting algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.EccMode

    See Also