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

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

    Property Value

    The size of the ECC000-140 symbol.
    See Also