CVB.Net 15.0
Loading...
Searching...
No Matches

Configuration for Code93 barcodes. More...

Inherits ConfigBase< T >.

Public Member Functions

Code93 SetMinimumLength (int length)
 Sets value for MinimumLength.
 
Code93 SetMaximumLength (int length)
 Sets value for MaximumLength.
 
- Public Member Functions inherited from ConfigBase< T >
SetEnabled (bool enabled)
 Sets value for IsEnabled.
 

Properties

int MinimumLength [get, set]
 Minimum data length.
 
int MaximumLength [get, set]
 Maximum data length.
 
- Properties inherited from ConfigBase
virtual bool IsEnabled [get, set]
 The enabled state of this symbology.
 
Decoder Decoder [get]
 Decoder this config belongs to.
 

Detailed Description

Configuration for Code93 barcodes.

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

Member Function Documentation

◆ SetMaximumLength()

Code93 SetMaximumLength ( int length)

Sets value for MaximumLength.

The default value is 0 for no checking.

Parameters
lengthNumber of characters of the longest decoded string (between 0 and 120).
Returns
Configuration.

◆ SetMinimumLength()

Code93 SetMinimumLength ( int length)

Sets value for MinimumLength.

Parameters
lengthNumber of characters of the shortest decoded string.
Returns
Configuration.