CVB.Net 15.0

Configuration for Dot Codes. More...

Inherits ConfigBase< T >.

Public Member Functions

DotCode SetPolarity (Polarity polarity)
 Sets value for Polarity.
 
DotCode SetMirrorDecodingEnabled (bool enable)
 Enables or disables mirrored decoding.
 
- Public Member Functions inherited from ConfigBase< T >
SetEnabled (bool enabled)
 Sets value for IsEnabled.
 

Properties

Polarity Polarity [get, set]
 Polarity.
 
bool IsMirrorDecodingEnabled [get, set]
 Enable/disable mirror image decoding.
 
- Properties inherited from ConfigBase
bool IsEnabled [get, set]
 The enabled state of this symbology.
 
Decoder Decoder [get]
 Decoder this config belongs to.
 

Detailed Description

Configuration for Dot Codes.

For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.

Member Function Documentation

◆ SetMirrorDecodingEnabled()

DotCode SetMirrorDecodingEnabled ( bool enable)

Enables or disables mirrored decoding.

Parameters
enableif set to true mirrored decoding is enabled.
Returns

◆ SetPolarity()

DotCode SetPolarity ( Polarity polarity)

Sets value for Polarity.

Parameters
polarityValue for Polarity.
Returns
Configuration.

Property Documentation

◆ IsMirrorDecodingEnabled

bool IsMirrorDecodingEnabled
getset

Enable/disable mirror image decoding.

When enabled, both normal and mirror images will be decoded.