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

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

    Property Value

    The ECC mode.
    See Also