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;
定义 Barcode1DProperties.h:15
instancetype init()
定义 Barcode1DProperties.m:13
float height
定义 Barcode1DProperties.h:19
TSPLRotation rotation
定义 Barcode1DProperties.h:17
BOOL printHumanReadable
定义 Barcode1DProperties.h:20
BOOL printHumanReadableOnTop
定义 Barcode1DProperties.h:21
NSString * magnification
定义 Barcode1DProperties.h:18
TSPLBarcodeType1D type
定义 Barcode1DProperties.h:16