|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiBarcodeBasic
public class ICiBarcodeBasic
ICiBarcodeBasic Interface.
This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.
Field Summary |
---|
Fields inherited from class ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiBarcodeBasic |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiBarcodeBasic from another existing COM interface, when you know that it is possible. |
int |
Find(int MaxBarcodes)
Find multiple barcodes. |
ICiBarcode |
FirstBarcode()
Find first barcode. |
EBoolean |
getAutoDetect1D()
Automatically recognize barcode type. |
ICiBarcodes |
getBarcodes()
property Barcodes. |
ICiImage |
getImage()
Image as CiImage object. |
FBarcodeType |
getType()
Barcode type(s) to recognize. |
EBoolean |
getValidateOptChecksum()
Enable validation of optional checksum. |
ICiBarcode |
NextBarcode()
Find another barcode. |
void |
setAutoDetect1D(EBoolean arg)
Automatically recognize barcode type. |
void |
setImage(ICiImage arg)
Image as CiImage object. |
void |
setType(FBarcodeType arg)
Barcode type(s) to recognize. |
void |
setValidateOptChecksum(EBoolean arg)
Enable validation of optional checksum. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiBarcode FirstBarcode() throws JComException
JComException
public ICiBarcode NextBarcode() throws JComException
JComException
public ICiImage getImage() throws JComException
JComException
public void setImage(ICiImage arg) throws JComException
JComException
public FBarcodeType getType() throws JComException
JComException
public void setType(FBarcodeType arg) throws JComException
JComException
public EBoolean getAutoDetect1D() throws JComException
JComException
public void setAutoDetect1D(EBoolean arg) throws JComException
JComException
public EBoolean getValidateOptChecksum() throws JComException
JComException
public void setValidateOptChecksum(EBoolean arg) throws JComException
JComException
public ICiBarcodes getBarcodes() throws JComException
JComException
public int Find(int MaxBarcodes) throws JComException
JComException
public static ICiBarcodeBasic _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |