public class PageBarcodeArea extends PageArea
| Constructor and Description |
|---|
PageBarcodeArea(String value,
String codeTypeName,
int confidence,
double angle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageBarcodeArea class. |
PageBarcodeArea(String value,
String codeTypeName,
Page page,
Rectangle rectangle)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle()
Gets the angle of the barcode.
|
String |
getCodeTypeName()
Gets the name of the barcode type.
|
int |
getConfidence()
Gets the level of confidence of the parsed barcode.
|
String |
getValue()
Gets the barcode value.
|
getPage, getRectangle, setRectangle@Deprecated public PageBarcodeArea(String value, String codeTypeName, Page page, Rectangle rectangle)
PageBarcodeArea(String, String, int, double, Page, Rectangle) instead.PageBarcodeArea class.value - The value of the barcode.codeTypeName - The type name of the barcode.page - The page that contains the barcode area.rectangle - The rectangular area that contains the barcode area.public PageBarcodeArea(String value, String codeTypeName, int confidence, double angle, Page page, Rectangle rectangle)
PageBarcodeArea class.value - The value of the barcode.codeTypeName - The type name of the barcode.confidence - The level of confidence of the parsered barcode.angle - The angle of the barcode.page - The page that contains the barcode area.rectangle - The rectangular area that contains the barcode area.public String getValue()
public String getCodeTypeName()
public int getConfidence()
public double getAngle()
Copyright © 2026. All rights reserved.