public class ICiBarcode extends CiSuperObject |
public class ICiBarcode extends CiSuperObject |
Name | Description | |
---|---|---|
![]() | getBottomLeft | Bottom Left corner |
![]() | getBottomRight | Bottom Right corner |
![]() | getConfidence | Barcode recognition confidence. |
![]() | getData | Barcode value as character array. |
![]() | getEncoding | Barcode encoding. |
![]() | getErrorFlags | Barcode error flags. |
![]() | getIsBinary | Barcode contains binary data. |
![]() | getIsChecksumVerified | Barcode contains verified checksum. |
![]() | getLength | Barcode length in characters. |
![]() | getModuleSize | Average width of barcode module. |
![]() | getRect | Barcode rectangle. |
![]() | getRotation | Barcode Rotation. |
![]() | getText | Barcode value as text. |
![]() | getTopLeft | Top Left corner |
![]() | getTopRight | Top Right corner |
![]() | getType | Barcode type (symbology). |
![]() | setConfidence | Barcode recognition confidence. |
![]() | setData | Barcode value as character array. |
![]() | setEncoding | Barcode encoding. |
![]() | setErrorFlags | Barcode error flags. |
![]() | setIsBinary | Barcode contains binary data. |
![]() | setIsChecksumVerified | Barcode contains verified checksum. |
![]() | setModuleSize | Average width of barcode module. |
![]() | setRotation | Barcode Rotation. |
![]() | setText | Barcode value as text. |
![]() | setType | Barcode type (symbology). |