ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarBase Class
Members

In This Topic
    Gs1DataBarBase Class
    In This Topic
    Base abstract class for all GS1 DataBar control classes.
    Object Model
    Gs1DataBarBase ClassIBarcodeFont InterfaceIQuietZone Interface
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class Gs1DataBarBase 
       Inherits BarcodeBase
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class Gs1DataBarBase : BarcodeBase, ITemplate  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.Gs1DataBarBase
                   C1.Web.Mvc.Gs1DataBarExpanded
                   C1.Web.Mvc.Gs1DataBarExpandedStacked
                   C1.Web.Mvc.Gs1DataBarLimited
                   C1.Web.Mvc.Gs1DataBarOmnidirectional
                   C1.Web.Mvc.Gs1DataBarStacked
                   C1.Web.Mvc.Gs1DataBarStackedOmnidirectional
                   C1.Web.Mvc.Gs1DataBarTruncated

    See Also