UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
Pdf417Barcode.h
1
//
2
// Pdf417Barcode.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/16.
6
//
7
8
#ifndef Pdf417Barcode_h
9
#define Pdf417Barcode_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/APdf417.h>
13
#import <UniPRT/IPoint.h>
14
40
@interface
Pdf417Barcode
:
APdf417
41
52
@property
(nonatomic, strong) id<IPoint>
start
;
53
64
@property
(nonatomic, strong) NSString *
data
;
65
82
- (instancetype)
init
;
83
106
- (instancetype)initWithStart:(
id
<IPoint>)start data:(NSString *)data;
107
134
- (NSString *)
description
;
135
136
@end
137
138
#endif
/* Pdf417Barcode_h */
APdf417
PDF417条形码的基类。
定义
APdf417.h:32
Pdf417Barcode
表示 TSPL 中 PDF417 条形码的类。
定义
Pdf417Barcode.h:41
-[Pdf417Barcode init]
instancetype init()
初始化 Pdf417Barcode 类的新实例。
Pdf417Barcode::start
id< IPoint > start
条形码的起始点。
定义
Pdf417Barcode.h:52
-[Pdf417Barcode description]
NSString * description()
返回可以发送到打印机的字符串。
Pdf417Barcode::data
NSString * data
要在条形码中编码的数据。
定义
Pdf417Barcode.h:64
sdk_json_Objective-C_IOS
LabelMaker
TSPL
BcdPdf417
Pdf417Barcode.h
制作者
1.13.2