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 | |
![]() | |
id< IPoint > | start |
Position where barcode starts. | |
NSString * | data |
The barcode content. | |
![]() | |
id< IRuler > | ruler |
![]() | |
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.