ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DataMatrixEcc000TagHelper Class / Version Property

In This Topic
    Version Property (DataMatrixEcc000TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataMatrixEcc000.Version. Sets the ECC version of DataMatrix to render the barcode.
    Syntax
    'Declaration
     
    Public Overridable Property Version As DataMatrixVersion
    public virtual DataMatrixVersion Version {get; set;}
    See Also