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
 

Property Value

The ECC mode.
See Also