ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property Version As DataMatrixVersion
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual DataMatrixVersion Version {get; set;}
    See Also