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

In This Topic
    Version Property (DataMatrixEcc000)
    In This Topic
    Gets or 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