ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / DataMatrixEcc200SymbolSize Enumeration

In This Topic
    DataMatrixEcc200SymbolSize Enumeration
    In This Topic
    The symbol size enumeration for ECC200 mode.
    Syntax
    'Declaration
     
    Public Enum DataMatrixEcc200SymbolSize 
       Inherits System.Enum
    public enum DataMatrixEcc200SymbolSize : System.Enum 
    Members
    MemberDescription
    Rectangular12x26Rectangular12x26. Represents 12 by 26 rectangular symbol.
    Rectangular12x36Rectangular12x36. Represents 12 by 36 rectangular symbol.
    Rectangular16x36Rectangular16x36. Represents 16 by 36 rectangular symbol.
    Rectangular16x48Rectangular16x48. Represents 16 by 48 rectangular symbol.
    Rectangular8x18Rectangular8x18. Represents 8 by 18 rectangular symbol.
    Rectangular8x32Rectangular8x32. Represents 8 by 32 rectangular symbol.
    RectangularAutoRectangularAuto. The minimum rectangular symbol size that fits the data will be selected automatically.
    Square10Square10. Represents 10 by 10 square symbol.
    Square104Square104. Represents 104 by 104 square symbol.
    Square12Square12. Represents 12 by 12 square symbol.
    Square120Square120. Represents 120 by 120 square symbol.
    Square132Square132. Represents 132 by 132 square symbol.
    Square14Square14. Represents 14 by 14 square symbol.
    Square144Square144. Represents 144 by 144 square symbol.
    Square16Square16. Represents 16 by 16 square symbol.
    Square18Square18. Represents 18 by 18 square symbol.
    Square20Square20. Represents 20 by 20 square symbol.
    Square22Square22. Represents 22 by 22 square symbol.
    Square24Square24. Represents 24 by 24 square symbol.
    Square26Square26. Represents 26 by 26 square symbol.
    Square32Square32. Represents 32 by 32 square symbol.
    Square36Square36. Represents 36 by 36 square symbol.
    Square40Square40. Represents 40 by 40 square symbol.
    Square44Square44. Represents 44 by 44 square symbol.
    Square48Square48. Represents 48 by 48 square symbol.
    Square52Square52. Represents 52 by 52 square symbol.
    Square64Square64. Represents 64 by 64 square symbol.
    Square72Square72. Represents 72 by 72 square symbol.
    Square80Square80. Represents 80 by 80 square symbol.
    Square88Square88. Represents 88 by 88 square symbol.
    Square96Square96. Represents 96 by 96 square symbol.
    SquareAutoSquareAuto. The minimum square symbol size that fits the data will be selected automatically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.BarCode.DataMatrixEcc200SymbolSize

    See Also