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






In This Topic
    JapanesePostal Class
    In This Topic
    Represents the Japanese Postal barcode type and any particular settings of this type.
    Object Model
    JapanesePostal Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class JapanesePostal 
       Inherits BarcodeBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As JapanesePostal
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class JapanesePostal : BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class JapanesePostal = class(BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class JapanesePostal extends BarcodeBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class JapanesePostal : public BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class JapanesePostal : 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.JapanesePostal

    See Also