ClearImageJNI
Class CiPdf417

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

public class CiPdf417
extends JComObject

PDF417 barcodes recognition object


Field Summary
 
Fields inherited from class ezjcom.JComObject
__JComWarnMTA
 
Constructor Summary
CiPdf417()
          Default COM object constructor.
CiPdf417(boolean find, boolean createAsServer)
          Alternate constructor.
 
Method Summary
 ICiPdf417 getICiPdf417()
          Retrieve the COM Interface "ICiPdf417"
 
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
 

Constructor Detail

CiPdf417

public CiPdf417()
         throws JComException
Default COM object constructor. WARNING: This object is described as non-creatable, construction may not succeed.

Throws:
JComException

CiPdf417

public CiPdf417(boolean find,
                boolean createAsServer)
         throws JComException
Alternate constructor. Try to find existing COM object, or create using Server-only options.

Finding existing objects is not supported by many COM/ActiveX objects, but EZ-JCom includes support for those COM/ActiveX objects that can be found.

Creating using server-only options (first argument must be false) is useful for some MS Office products. WARNING: This object is described as non-creatable, construction may not succeed.

Throws:
JComException
Method Detail

getICiPdf417

public ICiPdf417 getICiPdf417()
                       throws JComException
Retrieve the COM Interface "ICiPdf417"

Throws:
JComException