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