UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
IBarcodeItem.h
1
//
2
// IBarcodeItem.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef IBarcodeItem_h
9
#define IBarcodeItem_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/IPoint.h>
13
30
@protocol
IBarcodeItem <NSObject>
31
42
@property
(nonatomic, strong) id<IPoint>
start
;
43
60
@property
(nonatomic, assign)
float
height
;
61
72
@property
(nonatomic, copy) NSString *
data
;
73
74
@end
75
76
#endif
/* IBarcodeItem_h */
IBarcodeItem-p::start
id< IPoint > start
条形码开始的位置。
定义
IBarcodeItem.h:42
IBarcodeItem-p::height
float height
条形码高度。以标尺单位表示。
定义
IBarcodeItem.h:60
IBarcodeItem-p::data
NSString * data
条形码的内容。
定义
IBarcodeItem.h:72
AutoIdSDK
LabelMaker
Interfaces
IBarcode1D
IBarcodeItem.h
制作者
1.13.2