|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiPdf417
public class ICiPdf417
ICiPdf417 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 | |
---|---|
ICiPdf417(long oIn)
|
Method Summary | |
---|---|
int |
Find(int MaxBarcodes)
Find multiple barcodes. |
ICiBarcode |
FirstBarcode()
Find first barcode. |
EBarcodeAlgorithm |
getAlgorithm()
Quality of barcode image. |
ICiBarcodes |
getBarcodes()
property Barcodes. |
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. |
ICiBarcode |
NextBarcode()
Find another barcode. |
void |
setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
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. |
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 ICiPdf417(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 EBarcodeAlgorithm getAlgorithm() throws CiException
CiException
public void setAlgorithm(EBarcodeAlgorithm arg) throws CiException
CiException
public FBarcodeDiag getDiagFlags() throws CiException
CiException
public void setDiagFlags(FBarcodeDiag arg) throws CiException
CiException
public ICiBarcodes getBarcodes() throws CiException
CiException
public FBarcodeDirections getDirections() throws CiException
CiException
public void setDirections(FBarcodeDirections arg) throws CiException
CiException
public int Find(int MaxBarcodes) throws CiException
CiException
public int getCx2l(int i) throws CiException
CiException
public void setCx2l(int i, int arg) throws CiException
CiException
public EBarcodeEncoding getEncodings() throws CiException
CiException
public void setEncodings(EBarcodeEncoding arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |