UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
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 */
Base class for ABarWidths.
Definition ABarWidths.h:31
A class representing the widths of bars in barcodes for TSPL.
Definition BarWidths.h:44
instancetype init()
Initializes a new instance of the BarWidths class.