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

In This Topic
    Ecc200EncodingMode Property (DataMatrixOptions)
    In This Topic
    Gets or sets the ECC200 encoding mode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_DataMatrix_Ecc200EncodingMode", "Gets or sets the ECC200 encoding mode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Ecc200EncodingMode As DataMatrixEcc200EncodingMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_DataMatrix_Ecc200EncodingMode", "Gets or sets the ECC200 encoding mode.")]
    [NotifyParentProperty(true)]
    public DataMatrixEcc200EncodingMode Ecc200EncodingMode {get; set;}

    Property Value

    The ECC200 encoding mode.
    See Also