表示Aztec條碼的類。 更多...
#include <PglAztecBarcode.h>
實體方法 | |
(instancetype) | - init |
初始化PglAztecBarcode類的新實例。 | |
(instancetype) | - initWithStart:data: |
使用指定的起始點和數據初始化PglAztecBarcode類的新實例。 | |
(NSString *) | - description |
返回可以發送到打印機的字符串。 | |
![]() | |
(int) | - getLayersWithinRange |
獲取有效範圍內的層數。 | |
(BOOL) | - hasLayers |
檢查條形碼是否有層。 | |
(int) | - getErrCorrectionPercent |
獲取錯誤更正百分比。 | |
![]() | |
(NSString *) | - NS_REQUIRES_SUPER |
額外的繼承成員 | |
![]() | |
id< ICellSquare > | cellSize |
條形碼的單元格大小。 | |
AztecCodeTypeEnum | type |
Aztec 條形碼的類型。 | |
int | layers |
AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 條形碼類型使用的層數。 | |
int | fixedErrCorrection |
此百分比錯誤更正值僅適用於 AztecCodeTypeEnum.FixedErrCorrection。 | |
![]() | |
id< IRuler > | ruler |
id< IPoint > | start |
NSString * | data |
RotateEnum | rotation |
![]() | |
id< IPoint > | start |
條碼開始的位置。 | |
NSString * | data |
條碼的內容。 | |
![]() | |
id< IRuler > | ruler |
![]() | |
RotateEnum | rotation |
![]() | |
id< ICellSquare > | cellSize |
條碼單元大小。較大的單元大小會使條碼占用更大的面積。 | |
表示Aztec條碼的類。
該類繼承自AAztecBarcode,並提供了初始化和描述Aztec條碼的功能。
- (NSString *) description |
- (instancetype) init |
- (instancetype) initWithStart: | (id< IPoint >) | start | |
data: | (NSString *) | data |
使用指定的起始點和數據初始化PglAztecBarcode類的新實例。
start | 條碼的起始點。 |
data | 要編碼到條碼中的數據。 |
依據AAztecBarcode重新實作.