ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DataMatrixEcc200 Class
Members

In This Topic
    DataMatrixEcc200 Class
    In This Topic
    Represents a control for drawing DataMatrix barcode by using Reed-Solomon codes of ECC200.
    Object Model
    DataMatrixEcc200 Class
    Syntax
    'Declaration
     
    Public Class DataMatrixEcc200 
       Inherits DataMatrixBase
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public class DataMatrixEcc200 : DataMatrixBase, ITemplateMicrosoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.DataMatrixBase
                   C1.Web.Mvc.DataMatrixEcc200

    See Also