8#ifndef MaxicodeBarcode_h
9#define MaxicodeBarcode_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/AMaxicodeBarcode.h>
13#import <UniPRT/IRotation.h>
14#import <UniPRT/IPoint.h>
15#import <UniPRT/IMaxicodeData.h>
57@property (nonatomic, strong) id<IPoint>
start;
69@property (nonatomic, strong) id<IMaxicodeData>
data;
117- (instancetype)initWithStart:(
id<IPoint>)start data:(
id<IMaxicodeData>)data;
Direction/Rotation for objects commands that support rotation.
Definition AMaxicodeBarcode.h:34
A class representing a Maxicode barcode for TSPL.
Definition MaxicodeBarcode.h:45
NSString * description()
Returns a string that can be sent to the printer.
BOOL zipperPattern
Zipper pattern can be used to help detect printing defects e.g. light/dark printing.
Definition MaxicodeBarcode.h:93
RotateEnum rotation
The rotation of the barcode.
Definition MaxicodeBarcode.h:81
id< IPoint > start
The starting point of the barcode.
Definition MaxicodeBarcode.h:57
id< IMaxicodeData > data
The data to be encoded in the barcode.
Definition MaxicodeBarcode.h:69
The rotation of an object.
Definition IRotation.h:37