ClearImageJNI
Class ICiBarcodeBasic

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiBarcodeBasic

public class ICiBarcodeBasic
extends JComObject

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 ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

FirstBarcode

public ICiBarcode FirstBarcode()
                        throws JComException
Find first barcode.

Throws:
JComException

NextBarcode

public ICiBarcode NextBarcode()
                       throws JComException
Find another barcode.

Throws:
JComException

getImage

public ICiImage getImage()
                  throws JComException
Image as CiImage object.

Throws:
JComException

setImage

public void setImage(ICiImage arg)
              throws JComException
Image as CiImage object.

Throws:
JComException

getType

public FBarcodeType getType()
                     throws JComException
Barcode type(s) to recognize.

Throws:
JComException

setType

public void setType(FBarcodeType arg)
             throws JComException
Barcode type(s) to recognize.

Throws:
JComException

getAutoDetect1D

public EBoolean getAutoDetect1D()
                         throws JComException
Automatically recognize barcode type.

Throws:
JComException

setAutoDetect1D

public void setAutoDetect1D(EBoolean arg)
                     throws JComException
Automatically recognize barcode type.

Throws:
JComException

getValidateOptChecksum

public EBoolean getValidateOptChecksum()
                                throws JComException
Enable validation of optional checksum.

Throws:
JComException

setValidateOptChecksum

public void setValidateOptChecksum(EBoolean arg)
                            throws JComException
Enable validation of optional checksum.

Throws:
JComException

getBarcodes

public ICiBarcodes getBarcodes()
                        throws JComException
property Barcodes.

Throws:
JComException

Find

public int Find(int MaxBarcodes)
         throws JComException
Find multiple barcodes.

Throws:
JComException

_ezjcomCoerceObject

public static ICiBarcodeBasic _ezjcomCoerceObject(JComObject obj)
                                           throws JComException
Use this method only for creating a COM interface of type ICiBarcodeBasic from another existing COM interface, when you know that it is possible.

Throws:
JComException