A protocol defining the interface for Barcode2D classes. More...
#include <IBarcode2D.h>
Instance Methods | |
| (NSString *) | - description |
| Returns the string that can be sent to printer. | |
Additional Inherited Members | |
Properties inherited from <IBarcodeItem_2D> | |
| id< IPoint > | start |
| Position where barcode starts. | |
| NSString * | data |
| The barcode content. | |
Properties inherited from <IPositionRuler> | |
| id< IRuler > | ruler |
Properties inherited from <IRotation> | |
| RotateEnum | rotation |
A protocol defining the interface for Barcode2D classes.
| - (NSString *) description |
Returns the string that can be sent to printer.
Reimplemented in PglAztecBarcode, PglDataMatrixBarcode, PglPdf417Barcode, PglQRBarcode, AztecBarcode, DataMatrixBarcode, Pdf417Barcode, and QRBarcode.