Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
W
B
B
- Static variable in class com.aspose.barcode.
CodabarSymbol
B symbol
B
- Static variable in class com.aspose.barcode.
Code128Set
B set
BAR
- Static variable in class com.aspose.barcode.
ITF14BorderType
Two bearer bars enclosing ITF14 barcode
BINARY
- Static variable in class com.aspose.barcode.
PDF417CompactMode
Encoding binary data
BOOKLANDEAN
- Static variable in class com.aspose.barcode.
Symbology
Bookland EAN type of barcode
BarCodeBuilder
- class com.aspose.barcode.
BarCodeBuilder
.
Backend barcode image renderer which could render to file, to Graphics and to serverlet HttpServletResponse.
BarCodeBuilder()
- Constructor for class com.aspose.barcode.
BarCodeBuilder
Constructs x BarCodeBuilder
BarCodeBuilder(int, String)
- Constructor for class com.aspose.barcode.
BarCodeBuilder
Constructs x BarCodeBuilder with specific Symbology and CodeText
BarCodeException
- exception com.aspose.barcode.
BarCodeException
.
General exceptions for barcode generation and recognition
BarCodeException()
- Constructor for class com.aspose.barcode.
BarCodeException
Constructs x BarCodeException with general error messages
BarCodeException(String)
- Constructor for class com.aspose.barcode.
BarCodeException
Constructs x BarCodeException with custom error message.
BarCodeInfo
- class com.aspose.barcode.
BarCodeInfo
.
Encloses x barcode found by BarCodeReader in barcode recognition
Example
public void paint(Graphics g) { try { Image img = this.getToolkit().getImage("c:\\test.jpg"); BarCodeReader reader = new BarCodeReader(img); BarCodeInfo[] results = null; results = reader.read(); if(results.length > 0) { g.drawString("barcode found:" + results[0].getCodeText(), 10, 10); } else { g.drawString("barcode not found", 10, 10); } } catch (Exception ex) { ex.printStackTrace(); } }
BarCodeReader
- class com.aspose.barcode.
BarCodeReader
.
BarCodeReader encapsulates an image, it then perform
Read
operation to detect one or more barcodes on this image.
BarCodeReader(Image)
- Constructor for class com.aspose.barcode.
BarCodeReader
Instantiates x barcode reader to detect barcodes from the specified image
Binary
- Static variable in interface com.aspose.barcode.
QREncodeMode
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
W