8#ifndef DataMatrixBarcode_h
9#define DataMatrixBarcode_h
11#import <Foundation/Foundation.h>
13#import <UniPRT/ADataMatrix.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/TsplCmd.h>
16#import <UniPRT/TSPL.h>
17#import <UniPRT/Translate.h>
18#import <UniPRT/IPoint.h>
19#import <UIKit/UIKit.h>
88- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data;
Base class for ADataMatrix.
Definition ADataMatrix.h:31
A class representing a Data Matrix barcode for TSPL.
Definition DataMatrixBarcode.h:47
instancetype init()
Initializes a new instance of the DataMatrixBarcode class.
NSString * description()
Returns a string that can be sent to the printer.