CVB.Net 14.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Code39 Class Reference

Reader configuration for Code39 More...

Inherits ReaderWithTransmitStartStopConfigurationBase.

Public Member Functions

 Code39 ()
 ctor
 

Properties

OnOffPropertyType AllowFullAscii [get, set]
 Allows use of the full Ascii character set.
 
- Properties inherited from ReaderWithTransmitStartStopConfigurationBase
OnOffPropertyType TransmitStartStop [get, set]
 When set to true, the reader will check if the quiet zone requirements are violated by the code.
 
- Properties inherited from ReaderWithBooleanCheckDigitConfigurationBase
OnOffPropertyType EvaluateCheckDigit [get, set]
 When set to true, the reader will evaluate available check digits in the code.
 
- Properties inherited from ReaderCommon1DConfigurationBase
OnOffPropertyType TransmitCheckDigit [get, set]
 When set to true, the reader will transmit the check digit with the result.
 
int MinDigits [get, set]
 Minimum number of digits in the code.
 
int MaxDigits [get, set]
 Maximum number of digits in the code.
 
virtual int AbsoluteMinDigits [get]
 Most codes that know a lower minimum digits setting will use 1 for the lower limit. More...
 
virtual int AbsoluteMaxDigits [get]
 Most codes that know an upper maximum digits setting will use 50 for the upper limit. More...
 
- Properties inherited from ReaderWithQuietzonConfigurationBase
OnOffPropertyType CheckQuietzone [get, set]
 When set to true, the reader will check if the quiet zone requirements are violated by the code.
 
- 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 Code39