11#import <Foundation/Foundation.h>
12#import <UniPRT/APdf417.h>
13#import <UniPRT/IPoint.h>
52@property (nonatomic, strong) id<IPoint>
start;
64@property (nonatomic, strong) NSString *
data;
106- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data;
Base class for PDF417 barcode.
Definition APdf417.h:32
A class representing a PDF417 barcode for TSPL.
Definition Pdf417Barcode.h:41
instancetype init()
Initializes a new instance of the Pdf417Barcode class.
id< IPoint > start
The starting point of the barcode.
Definition Pdf417Barcode.h:52
NSString * description()
Returns a string that can be sent to the printer.
NSString * data
The data to be encoded in the barcode.
Definition Pdf417Barcode.h:64