11#import <Foundation/Foundation.h>
12#import <UniPRT/AQRBarcode.h>
13#import <UniPRT/IPoint.h>
14#import <UniPRT/QRCodeManualEncodingEnum.h>
65- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data;
89- (instancetype)initWithStart:(
id<IPoint>)start dataManuallyEncoded:(NSArray<NSValue *> *)dataManuallyEncoded;
Base class for QR Code 2D barcode.
Definition AQRBarcode.h:40
A class representing a QR code barcode.
Definition PglQRBarcode.h:42
NSString * description()
Returns a string that can be sent to the printer.