ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarLinkageVersion Enumeration

In This Topic
    Gs1DataBarLinkageVersion Enumeration
    In This Topic
    Defines the composite barcode component symbology that can be used in linkage.
    Syntax
    'Declaration
     
    
    Public Enum Gs1DataBarLinkageVersion 
       Inherits System.Enum
    public enum Gs1DataBarLinkageVersion : System.Enum 
    Members
    MemberDescription
    CcaCCA components have two ,three ,or four data columns, and range in size from three to twelve rows high.
    CcbCCB is multi-row symbology component which can encode up to 338 digits. CCB components have two, three, or four data columns, and range in size from 4 to 44 rows high.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Gs1DataBarLinkageVersion

    See Also