|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject 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 ClearImageJNI.CiSuperObject |
---|
lockObject |
Constructor Summary | |
---|---|
ICiBarcodeBasic(long oIn)
|
Method Summary | |
---|---|
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 ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiBarcodeBasic(long oIn)
Method Detail |
---|
public ICiBarcode FirstBarcode() throws CiException
CiException
public ICiBarcode NextBarcode() throws CiException
CiException
public ICiImage getImage() throws CiException
CiException
public void setImage(ICiImage arg) throws CiException
CiException
public FBarcodeType getType() throws CiException
CiException
public void setType(FBarcodeType arg) throws CiException
CiException
public EBoolean getAutoDetect1D() throws CiException
CiException
public void setAutoDetect1D(EBoolean arg) throws CiException
CiException
public EBoolean getValidateOptChecksum() throws CiException
CiException
public void setValidateOptChecksum(EBoolean arg) throws CiException
CiException
public ICiBarcodes getBarcodes() throws CiException
CiException
public int Find(int MaxBarcodes) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |