public class IQImagingProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IQImagingProperties.IQImageFormat
Defines the supported image formats for Intelligent Imaging
|
Modifier and Type | Field and Description |
---|---|
int |
AspectRatio
Ratio of barcode height to narrow element width (Practical range 1 to 1000)
|
int |
Format
IQ Image Format
|
int |
Height
Height of image in IntellBarcodeUnits (Practical range -500 to 500)
|
int |
Reserved
Must be set to -1
|
int |
Resolution
# pixels/IntellBarcodeUnits (Practical range 1 to 100)
|
int |
Width
Width of image in IntellBarcodeUnits (Practical range -500 to 500)
|
int |
X_Offset
Offset in X direction, relative to barcode center (Practical range -500 to 500)
|
int |
Y_Offset
Offset in Y direction, relative to barcode center (Practical range -500 to 500)
|
Constructor and Description |
---|
IQImagingProperties()
Class for IQ Imaging Structure that defines the parameters used during
the attempt to acquire an Intelligent Image
|
public int AspectRatio
public int X_Offset
public int Y_Offset
public int Width
public int Height
public int Resolution
public int Format
public int Reserved