Motorola CoreScanner Driver Wrapper
Properties | List of all members
Motorola.Snapi.Attributes.Ocr Class Reference

Provides properties for accessing and modifying scanner OCR attributes. More...

Inheritance diagram for Motorola.Snapi.Attributes.Ocr:
Motorola.Snapi.Attributes.MotorolaAttributeSet

Properties

ushort CheckDigitMod [get, set]
 
string CheckDigitMultiplier [get, set]
 
ushort CheckDigitValidation [get, set]
 
ushort Despeckle [get, set]
 
bool EnableExternalFinder [get, set]
 
bool EnableFinder [get, set]
 
bool EnableIllumination [get, set]
 
bool EnableMicre13B [get, set]
 
bool EnableOcrA [get, set]
 
bool EnableOcrB [get, set]
 
bool EnableUSCurrency [get, set]
 
ushort Lines [get, set]
 
ushort LowPassFilter [get, set]
 
ushort MaxCharacters [get, set]
 
ushort MinCharacters [get, set]
 
ushort OcrAVariant [get, set]
 
ushort OcrBVariant [get, set]
 
BarcodeOrientation Orientation [get, set]
 
ushort QuietZone [get, set]
 
ushort SecurityLevel [get, set]
 
string Template [get, set]
 
ushort Thicken [get, set]
 
string ValidCharacters [get, set]
 
ushort WhiteLevel [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
 MotorolaAttributeSet (int scannerId, CCoreScanner scannerDriver)
 Initializes this base class. Must be inherited More...
 
ScannerAttribute GetAttribute (ushort id)
 Get an attribute from the scanner given it's ID. More...
 
IDictionary< ushort, ScannerAttributeGetAttributes (List< ushort > ids)
 Get a Dictionary of attributes from the scanner given a List of attribute IDs. More...
 
void SetAttribute (ScannerAttribute attribute)
 Sets an attribute on the scanner given a ScannerAttribute object. More...
 
- Protected Attributes inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
readonly string _getAttributesXml
 
readonly string _setAttributeXml
 
CCoreScanner _scannerDriver
 
int _scannerId
 

Detailed Description

Provides properties for accessing and modifying scanner OCR attributes.

Property Documentation

ushort Motorola.Snapi.Attributes.Ocr.CheckDigitMod
getset

Driver Attribute Name: OCRCheckDigitMod

OCR module check calculation.

Values: 1..99

string Motorola.Snapi.Attributes.Ocr.CheckDigitMultiplier
getset

Driver Attribute Name: OCRCheckDigitMulti

OCR check digit multiplier string.

Values: 1212121212

ushort Motorola.Snapi.Attributes.Ocr.CheckDigitValidation
getset

Driver Attribute Name: OCRCheckDigitValid

Set one of OCR check digit validations.

Values: 0..9

ushort Motorola.Snapi.Attributes.Ocr.Despeckle
getset

Driver Attribute Name: OCRDespeckle

OCR Despeckle Level.

Values: 0..99

bool Motorola.Snapi.Attributes.Ocr.EnableExternalFinder
getset

Driver Attribute Name: OCRFinderExternal

Enabled external OCR finder.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableFinder
getset

Driver Attribute Name: OCRFinderEnable

Enables OCR finder.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableIllumination
getset

Driver Attribute Name: OCRBrightIllum

Enable brightness for long OCR strings.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableMicre13B
getset

Driver Attribute Name: MICRE13BEnable

Enable/Disable MICR E13B.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableOcrA
getset

Driver Attribute Name: OCRAEnable

OCR-A Enable/Disable.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableOcrB
getset

Driver Attribute Name: OCRBEnable

OCR-B Enable/Disable.

Values: "Enable"(true) "Disable"(false)

bool Motorola.Snapi.Attributes.Ocr.EnableUSCurrency
getset

Driver Attribute Name: USCurrencyEnable

Enable/Disable US Currency Serial Number.

Values: "Enable"(true) "Disable"(false)

ushort Motorola.Snapi.Attributes.Ocr.Lines
getset

Driver Attribute Name: OCRLines

Set number of lines of OCR to be read.

Values: 1, 2, 3

ushort Motorola.Snapi.Attributes.Ocr.LowPassFilter
getset

Driver Attribute Name: OCRLowPassFilter

OCR Low Pass Filter.

Values: 0..20

ushort Motorola.Snapi.Attributes.Ocr.MaxCharacters
getset

Driver Attribute Name: OCRMaxChar

Set maximum number of OCR characters per line to decode.

Values: 3..100

ushort Motorola.Snapi.Attributes.Ocr.MinCharacters
getset

Driver Attribute Name: OCRMinChar

Set minimum number of OCR characters per line to decode.

Values: 3..100

ushort Motorola.Snapi.Attributes.Ocr.OcrAVariant
getset

Driver Attribute Name: OCRAVariant

Set one of OCR-A variants.

Values: 0, 1, 2, 3

ushort Motorola.Snapi.Attributes.Ocr.OcrBVariant
getset

Driver Attribute Name: OCRBVariant

Set one of OCR-B variants.

Values: 0..10

BarcodeOrientation Motorola.Snapi.Attributes.Ocr.Orientation
getset

Driver Attribute Name: OCROrientation

Set the orientation of an OCR string to be read to the camera.

Values: 0, 1, 2, 3

ushort Motorola.Snapi.Attributes.Ocr.QuietZone
getset

Driver Attribute Name: OCRQuietZone

Set OCR quiet zone.

Values: 20..99

ushort Motorola.Snapi.Attributes.Ocr.SecurityLevel
getset

Driver Attribute Name: OCRSecurityLevel

OCR security / confidence level.

Values: 10..99

string Motorola.Snapi.Attributes.Ocr.Template
getset

Driver Attribute Name: OCRTemplate1

Description:Set OCR template that matches an OCR string to be read.

"9" (Required digit), "A" (Required alpha), "1" (Optional Alphanumberic), "2" (Optional Alpha), "3" (Alpha or digit), "4" (Any including space & reject), "5" (Any except space & reject), "7" (optional digit), "8" (digit or fill), "F" (alpha or fill), " " (optional space), "." (optional small special), "E" (new line), "C" (string extract "CbPe" b = begin, P = category, e = end), """ or "+" delimit literal strings, "D" (End of Field),

ushort Motorola.Snapi.Attributes.Ocr.Thicken
getset

Driver Attribute Name: OCRThicken

OCR Thickening.

Values: 0..16

string Motorola.Snapi.Attributes.Ocr.ValidCharacters
getset

Driver Attribute Name: OCRSubset

Set OCR character subset for an OCR string to be read.

Values: ABCD1234 etc.

ushort Motorola.Snapi.Attributes.Ocr.WhiteLevel
getset

Driver Attribute Name: OCRBWLevel

Sets OCR White Level.

Values: 0..99


The documentation for this class was generated from the following file: