11#import <Foundation/Foundation.h>
13#import <UniPRT/ABarcode2D.h>
14#import <UniPRT/ISquareCell.h>
15#import <UniPRT/AztecCodeTypeEnum.h>
45@property (nonatomic, strong) id<ICellSquare>
cellSize;
87@property (nonatomic, assign)
int layers;
141- (instancetype)initWithStart:(
id<IPoint>)start data:(NSString *)data NS_DESIGNATED_INITIALIZER;
Aztec 2D 条形码的基类。
Definition AAztecBarcode.h:33
instancetype init()
初始化 AAztecBarcode 类的新实例。
int getErrCorrectionPercent()
获取错误更正百分比。
AztecCodeTypeEnum type
Aztec 条形码的类型。
Definition AAztecBarcode.h:57
int layers
AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条形码类型使用的层数。
Definition AAztecBarcode.h:87
int getLayersWithinRange()
获取有效范围内的层数。
id< ICellSquare > cellSize
条形码的单元格大小。
Definition AAztecBarcode.h:45
BOOL hasLayers()
检查条形码是否有层。
int fixedErrCorrection
此百分比错误更正值仅适用于 AztecCodeTypeEnum.FixedErrCorrection。
Definition AAztecBarcode.h:105
ABarcode2D 条码的基类。
Definition ABarcode2D.h:31
定义正方形单元类接口的协议。
Definition ISquareCell.h:30