表示Aztec条形码的类。 更多...
#include <PglAztecBarcode.h>
构造函数 | |
| (instancetype) | - init |
| 初始化PglAztecBarcode类的新实例。 | |
| (instancetype) | - initWithStart:data: |
| 使用指定的起始点和数据初始化PglAztecBarcode类的新实例。 | |
| (NSString *) | - description |
| 返回可以发送到印表机的字符串。 | |
构造函数 继承自 AAztecBarcode | |
| (int) | - getLayersWithinRange |
| 获取有效范围内的层数。 | |
| (BOOL) | - hasLayers |
| 检查条形码是否有层。 | |
| (int) | - getErrCorrectionPercent |
| 获取错误更正百分比。 | |
构造函数 继承自 ABarcode2D | |
| (NSString *) | - NS_REQUIRES_SUPER |
额外继承的成员函数 | |
属性 继承自 AAztecBarcode | |
| id< ICellSquare > | cellSize |
| 条形码的单元格大小。 | |
| AztecCodeTypeEnum | type |
| Aztec 条形码的类型。 | |
| int | layers |
| AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条形码类型使用的层数。 | |
| int | fixedErrCorrection |
| 此百分比错误更正值仅适用于 AztecCodeTypeEnum.FixedErrCorrection。 | |
属性 继承自 ABarcode2D | |
| id< IRuler > | ruler |
| id< IPoint > | start |
| NSString * | data |
| RotateEnum | rotation |
属性 继承自 <IBarcodeItem_2D> | |
| id< IPoint > | start |
| 条码开始的位置。 | |
| NSString * | data |
| 条码的内容。 | |
属性 继承自 <IPositionRuler> | |
| id< IRuler > | ruler |
属性 继承自 <IRotation> | |
| RotateEnum | rotation |
属性 继承自 <ISquareCell> | |
| id< ICellSquare > | cellSize |
| 条码单元大小。较大的单元大小会使条码占用更大的面积。 | |
表示Aztec条形码的类。
该类继承自AAztecBarcode,并提供了初始化和描述Aztec条形码的功能。
| - (NSString *) description |
| - (instancetype) init |
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| data: | (NSString *) | data |
使用指定的起始点和数据初始化PglAztecBarcode类的新实例。
| start | 条形码的起始点。 |
| data | 要编码到条形码中的数据。 |
重载 AAztecBarcode .