CVB.Net 14.0
FourStateKix Class Reference

Reader configuration for Four State KIX Codes. More...

Inherits ReaderFourStateConfigurationBase.

Public Member Functions

 FourStateKix ()
 ctor
 

Properties

int MinDigits [get, set]
 Minimum number of digits in the code (must be in the range [6, MaxDigits], otherwise an exception will be raised). More...
 
int MaxDigits [get, set]
 Maximum number of digits in the code (must be in the range [MinDigits..18], otherwise an exception will be raised). More...
 
FourStateLsb LsbPosition [get, set]
 Position of the least significant bit.
 
- Properties inherited from ReaderFourStateConfigurationBase
int QuietzoneWidth [get, set]
 Width of the quiet zone in module sizes. Valid values are in the interval [2...10].
 
int Threshold [get, set]
 Binarization threshold in %. Valid values are in the interval [0...100].
 
OnOffPropertyType Mirrored [get, set]
 When set to true, the reader will expect the code to be mirrored.
 
- Properties inherited from ReaderConfigurationBase
OnOffPropertyType Inverse [get, set]
 Barcode or Matrix code is inverted in the image.
 

Additional Inherited Members

- Protected Member Functions inherited from Base
void SetDirty ()
 Sets the dirty flag.
 

Detailed Description

Reader configuration for Four State KIX Codes.

Property Documentation

◆ MaxDigits

int MaxDigits
getset

Maximum number of digits in the code (must be in the range [MinDigits..18], otherwise an exception will be raised).

Exceptions
ArgumentOutOfRangeExceptionThe value assigned to MinDigits is outside the range [MinDigits..18]

◆ MinDigits

int MinDigits
getset

Minimum number of digits in the code (must be in the range [6, MaxDigits], otherwise an exception will be raised).

Exceptions
ArgumentOutOfRangeExceptionThe value assigned to MinDigits is outside the range [6...MaxDigits]