public class DecodeOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
CallbackWaitTimeout
Deprecated.
Timeout setting decWaitForDecode will wait before checking callback (WinCE Only)
|
int |
DecAttemptLimit
Amount of time decoder will spend on each image
|
int |
DecodeMode
Deprecated.
Decoding modes
|
int |
LinearRange
Deprecated.
Size of the window used in the Advanced Linear decoding mode
|
int |
MultiReadCount
Maximum number of barcodes to read in a single image
|
int |
PrintWeight
Deprecated.
Relative contrast
|
int |
SearchLimit
Deprecated.
Amount of time decoder will spend searching for a barcode
|
int |
VideoReverse
Video reverse (linear only)
|
Constructor and Description |
---|
DecodeOptions()
Data structure that is used to retrieve attributes of last acquired image
|
public int PrintWeight
public int DecodeMode
public int LinearRange
public int VideoReverse
public int DecAttemptLimit
public int SearchLimit
public int CallbackWaitTimeout
public int MultiReadCount