A protocol defining the interface for Barcode1D classes. More...
#include <IBarcode1D.h>
Instance Methods | |
| (NSString *) | - description |
| Returns the string that can be sent to printer. | |
Properties | |
| NSMutableArray< id< IBarcodeItem > > * | barcodes |
| An array of barcode items. | |
Properties inherited from <IBarcode_1D_Properties> | |
| id< IRuler > | ruler |
| Ruler to use for positioning and Height. | |
| id< IBarWidths > | barWidths |
| Barcode magnification. Width of Narrow/Wide bars. | |
| BOOL | printHumanReadable |
| Prints the PDF human readable at bottom of barcode. | |
Properties inherited from <IRotation> | |
| RotateEnum | rotation |
Properties inherited from <IBarcodeType1D> | |
| BarcodeTypeEnum1D | barcodeType |
A protocol defining the interface for Barcode1D classes.
| - (NSString *) description |
Returns the string that can be sent to printer.
Reimplemented in PglBarcode_1D, and Barcode_1D.
|
readwritenonatomicstrong |
An array of barcode items.