UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
BarWidths.h
1
//
2
// BarWidths.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/15.
6
//
7
8
#ifndef BarWidths_h
9
#define BarWidths_h
10
11
#import <Foundation/Foundation.h>
12
13
#import <UniPRT/ABarWidths.h>
14
#import <UniPRT/Ruler.h>
15
#import <UniPRT/PrintPlane.h>
16
#import <UniPRT/BarcodeTypeEnum_1D.h>
17
43
@interface
BarWidths
:
ABarWidths
44
61
- (instancetype)
init
;
62
85
- (instancetype)initWithNarrowBar:(
float
)narrowBar wideBar:(
float
)wideBar;
86
112
- (NSString *)bcdMagnification1DWithType:(BarcodeTypeEnum1D)bcdType printPlane:(PrintPlane *)pp barWidths:(
BarWidths
*)barWidths;
113
114
@end
115
116
#endif
/* BarWidths_h */
ABarWidths
ABarWidths的基类。
定义
ABarWidths.h:31
BarWidths
表示用于 TSPL 条码中条宽的类。
定义
BarWidths.h:44
-[BarWidths init]
instancetype init()
初始化 BarWidths 类的新实例。
AutoIdSDK
LabelMaker
TSPL
Barcode_1D
BarWidths.h
制作者
1.13.2