Web API Edition | ComponentOne
C1.BarCode Namespace / DataMatrixOptions Class / Ecc200SymbolSize Property

In This Topic
    Ecc200SymbolSize Property (DataMatrixOptions)
    In This Topic
    Gets or sets the size of the ECC200 symbol.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_DataMatrix_Ecc200SymbolSize", "Gets or sets the size of the ECC200 symbol.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Ecc200SymbolSize As DataMatrixEcc200SymbolSize
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_DataMatrix_Ecc200SymbolSize", "Gets or sets the size of the ECC200 symbol.")]
    [NotifyParentProperty(true)]
    public DataMatrixEcc200SymbolSize Ecc200SymbolSize {get; set;}

    Property Value

    The size of the ECC200 symbol.
    See Also