8#ifndef PglAztecBarcode_h
9#define PglAztecBarcode_h
11#import <Foundation/Foundation.h>
13#import <UniPRT/AAztecBarcode.h>
14#import <UniPRT/IPoint.h>
15#import <UniPRT/PrintPlane.h>
16#import <UniPRT/PglCmd.h>
17#import <UniPRT/PglTranslate.h>
88- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data;
Base class for Aztec 2D barcode.
Definition AAztecBarcode.h:33
A class representing an Aztec barcode.
Definition PglAztecBarcode.h:47
instancetype init()
Initializes a new instance of the PglAztecBarcode class.
NSString * description()
Returns the string that can be sent to printer.