ComponentOne BarCode for UWP
C1.BarCode Namespace / DataMatrixOptions Class / Ecc200SymbolSize Property

In This Topic
    Ecc200SymbolSize Property
    In This Topic
    Gets or sets the size of the ECC200 symbol.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Ecc200SymbolSize As DataMatrixEcc200SymbolSize
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public DataMatrixEcc200SymbolSize Ecc200SymbolSize {get; set;}

    Property Value

    The size of the ECC200 symbol.
    See Also