8#ifndef Barcode1DProperties_h
9#define Barcode1DProperties_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/TSPL.h>
16@property (nonatomic, assign) TSPLBarcodeType1D
type;
17@property (nonatomic, assign) TSPLRotation
rotation;
19@property (nonatomic, assign)
float height;
Definition Barcode1DProperties.h:15
instancetype init()
Definition Barcode1DProperties.m:13
float height
Definition Barcode1DProperties.h:19
TSPLRotation rotation
Definition Barcode1DProperties.h:17
BOOL printHumanReadable
Definition Barcode1DProperties.h:20
BOOL printHumanReadableOnTop
Definition Barcode1DProperties.h:21
NSString * magnification
Definition Barcode1DProperties.h:18
TSPLBarcodeType1D type
Definition Barcode1DProperties.h:16