8#ifndef PglDataMatrixBarcode_h
9#define PglDataMatrixBarcode_h
11#import <Foundation/Foundation.h>
13#import <UniPRT/ADataMatrix.h>
14#import <UniPRT/IPoint.h>
15#import <UniPRT/PrintPlane.h>
16#import <UniPRT/PglCmd.h>
17#import <UniPRT/PglTranslate.h>
87- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data;
Base class for ADataMatrix.
Definition ADataMatrix.h:31
A class representing a Data Matrix barcode.
Definition PglDataMatrixBarcode.h:46
instancetype init()
Initializes a new instance of the PglDataMatrixBarcode class.
NSString * description()
Returns a string that describes the contents of the receiver.