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






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

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.Gs1_128

    See Also