ComponentOne BarCode for WinForms
DataMatrixEcc000_140SymbolSize Enumeration

C1.Win.BarCode.4 Assembly > C1.BarCode Namespace : DataMatrixEcc000_140SymbolSize Enumeration
The symbol size enumeration for ECC000-140 mode.
Syntax
'Declaration
 
Public Enum DataMatrixEcc000_140SymbolSize 
   Inherits System.Enum
public enum DataMatrixEcc000_140SymbolSize : System.Enum 
Members
MemberDescription
AutoAuto. The smallest symbol size which fits the data will be selected automatically.
Square11Square11. Represents 11 by 11 square symbol.
Square13Square13. Represents 13 by 13 square symbol.
Square15Square15. Represents 15 by 15 square symbol.
Square17Square17. Represents 17 by 17 square symbol.
Square19Square19. Represents 19 by 19 square symbol.
Square21Square21. Represents 21 by 21 square symbol.
Square23Square23. Represents 23 by 23 square symbol.
Square25Square25. Represents 25 by 25 square symbol.
Square27Square27. Represents 27 by 27 square symbol.
Square29Square29. Represents 29 by 29 square symbol.
Square31Square31. Represents 31 by 31 square symbol.
Square33Square33. Represents 33 by 33 square symbol.
Square35Square35. Represents 35 by 35 square symbol.
Square37Square37 Represents 37 by 37 square symbol.
Square39Square39. Represents 39 by 39 square symbol.
Square41Square41. Represents 41 by 41 square symbol.
Square43Square43. Represents 43 by 43 square symbol.
Square45Square45. Represents 45 by 45 square symbol.
Square47Square47. Represents 47 by 47 square symbol.
Square49Square49. Represents 49 by 49 square symbol.
Square9Square9. Represents 9 by 9 square symbol.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.DataMatrixEcc000_140SymbolSize

See Also

Reference

C1.BarCode Namespace