A class for BarcodeItem, inheriting from ABarcodeItem class.
More...
#include <BarcodeItem.h>
|
| id< IPoint > | start |
| | Position where barcode starts.
|
| |
| float | height |
| | Barcode Height. Expressed in units of Ruler.
|
| |
| NSString * | data |
| | The barcode content.
|
| |
A class for BarcodeItem, inheriting from ABarcodeItem class.
◆ initWithStart:data:
| - (instancetype) initWithStart: |
|
(id< IPoint >) | start |
| data: |
|
(NSString *) | data |
◆ initWithStart:height:data:
| - (instancetype) initWithStart: |
|
(id< IPoint >) | start |
| height: |
|
(float) | height |
| data: |
|
(NSString *) | data |
◆ initWithXStart:yStart:data:
| - (instancetype) initWithXStart: |
|
(float) | xStart |
| yStart: |
|
(float) | yStart |
| data: |
|
(NSString *) | data |
◆ initWithXStart:yStart:height:data:
| - (instancetype) initWithXStart: |
|
(float) | xStart |
| yStart: |
|
(float) | yStart |
| height: |
|
(float) | height |
| data: |
|
(NSString *) | data |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/sdk_json_Objective-C/AutoIdSDK/LabelMaker/Interfaces/IBarcode1D/BarcodeItem.h