UniPRT SDK v1.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
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的基類。
Definition ABarWidths.h:31
表示用於 TSPL 條碼中條寬的類。
Definition BarWidths.h:44
instancetype init()
初始化 BarWidths 類的新實例。