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






In This Topic
    UpcE1 Class
    In This Topic
    Represents a control for drawing UPC-E1.
    Object Model
    UpcE1 Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class UpcE1 
       Inherits UpcBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As UpcE1
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class UpcE1 : UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class UpcE1 = class(UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class UpcE1 extends UpcBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class UpcE1 : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class UpcE1 : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.UpcBase
                   C1.Web.Mvc.UpcE1

    See Also