UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
Barcode1DProperties.h
1//
2// Barcode_1D_Properties.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/14.
6//
7
8#ifndef Barcode1DProperties_h
9#define Barcode1DProperties_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/TSPL.h>
13
16@interface Barcode1DProperties : NSObject
17
18@property (nonatomic, assign) TSPLBarcodeType1D type;
19@property (nonatomic, assign) TSPLRotation rotation;
20@property (nonatomic, strong) NSString *magnification;
21@property (nonatomic, assign) float height;
22@property (nonatomic, assign) BOOL printHumanReadable;
23@property (nonatomic, assign) BOOL printHumanReadableOnTop;
24
25- (instancetype)init;
26
27@end
28
31#endif /* Barcode_1D_Properties_h */