ClearImageJNI
Class ICiBarcodePro

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

public class ICiBarcodePro
extends JComObject

ICiBarcodePro 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 ICiBarcodePro _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiBarcodePro from another existing COM interface, when you know that it is possible.
 int Find(int MaxBarcodes)
          Find multiple barcodes.
 ICiBarcode FirstBarcode()
          Find first barcode.
 JComObject Fx1(int par1, int par2)
           
 EBarcodeAlgorithm getAlgorithm()
          Quality of barcode image.
 EBoolean getAutoDetect1D()
          Automatically recognize 1-D barcode type.
 ICiBarcodes getBarcodes()
          Barcodes list.
 int getCx2l(int i)
          property cx2l.
 FBarcodeDiag getDiagFlags()
          Barcode diagnostic flags.
 FBarcodeDirections getDirections()
          Directions of barcodes to recognize.
 EBarcodeEncoding getEncodings()
          Enable/disable barcode encoding analysis.
 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 setAlgorithm(EBarcodeAlgorithm arg)
          Quality of barcode image.
 void setAutoDetect1D(EBoolean arg)
          Automatically recognize 1-D barcode type.
 void setCx2l(int i, int arg)
          property cx2l.
 void setDiagFlags(FBarcodeDiag arg)
          Barcode diagnostic flags.
 void setDirections(FBarcodeDirections arg)
          Directions of barcodes to recognize.
 void setEncodings(EBarcodeEncoding arg)
          Enable/disable barcode encoding analysis.
 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

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

getDirections

public FBarcodeDirections getDirections()
                                 throws JComException
Directions of barcodes to recognize.

Throws:
JComException

setDirections

public void setDirections(FBarcodeDirections arg)
                   throws JComException
Directions of barcodes to recognize.

Throws:
JComException

getAutoDetect1D

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

Throws:
JComException

setAutoDetect1D

public void setAutoDetect1D(EBoolean arg)
                     throws JComException
Automatically recognize 1-D 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
Barcodes list.

Throws:
JComException

getAlgorithm

public EBarcodeAlgorithm getAlgorithm()
                               throws JComException
Quality of barcode image.

Throws:
JComException

setAlgorithm

public void setAlgorithm(EBarcodeAlgorithm arg)
                  throws JComException
Quality of barcode image.

Throws:
JComException

getDiagFlags

public FBarcodeDiag getDiagFlags()
                          throws JComException
Barcode diagnostic flags.

Throws:
JComException

setDiagFlags

public void setDiagFlags(FBarcodeDiag arg)
                  throws JComException
Barcode diagnostic flags.

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

FirstBarcode

public ICiBarcode FirstBarcode()
                        throws JComException
Find first barcode.

Throws:
JComException

NextBarcode

public ICiBarcode NextBarcode()
                       throws JComException
Find another barcode.

Throws:
JComException

Find

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

Throws:
JComException

Fx1

public JComObject Fx1(int par1,
                      int par2)
               throws JComException
Throws:
JComException

getCx2l

public int getCx2l(int i)
            throws JComException
property cx2l.

Throws:
JComException

setCx2l

public void setCx2l(int i,
                    int arg)
             throws JComException
property cx2l.

Throws:
JComException

getEncodings

public EBarcodeEncoding getEncodings()
                              throws JComException
Enable/disable barcode encoding analysis.

Throws:
JComException

setEncodings

public void setEncodings(EBarcodeEncoding arg)
                  throws JComException
Enable/disable barcode encoding analysis.

Throws:
JComException

_ezjcomCoerceObject

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

Throws:
JComException