UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
PglPdf417Barcode.h
1
//
2
// PglPdf417Barcode.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/27.
6
//
7
8
#ifndef PglPdf417Barcode_h
9
#define PglPdf417Barcode_h
10
11
#import <Foundation/Foundation.h>
12
13
#import <UniPRT/APdf417.h>
14
#import <UniPRT/IPoint.h>
15
41
@interface
PglPdf417Barcode
:
APdf417
42
53
@property
(nonatomic, strong) id<IPoint>
start
;
54
65
@property
(nonatomic, strong) NSString *
data
;
66
89
- (instancetype)initWithStart:(
id
<IPoint>)start data:(NSString *)data;
90
117
- (NSString *)
description
;
118
119
@end
120
121
#endif
/* PglPdf417Barcode_h */
APdf417
PDF417条形码的基类。
定义
APdf417.h:32
PglPdf417Barcode
表示 PDF417 条码的类。
定义
PglPdf417Barcode.h:42
PglPdf417Barcode::data
NSString * data
要在条码中编码的数据。
定义
PglPdf417Barcode.h:65
-[PglPdf417Barcode description]
NSString * description()
返回可以发送到打印机的字符串。
PglPdf417Barcode::start
id< IPoint > start
条码的起始点。
定义
PglPdf417Barcode.h:53
AutoIdSDK
LabelMaker
PGL
BcdPdf417
PglPdf417Barcode.h
制作者
1.13.2