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






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

    See Also