表示 TSPL 中 PDF417 條形碼的類。 更多...
#include <Pdf417Barcode.h>
實體方法 | |
(instancetype) | - init |
初始化 Pdf417Barcode 類的新實例。 | |
(instancetype) | - initWithStart:data: |
使用指定的起點和數據初始化 Pdf417Barcode 類的新實例。 | |
(NSString *) | - description |
返回可以發送到打印機的字符串。 | |
![]() | |
(int) | - limitRange:minimum:maximum: |
將給定的值限制在指定範圍內。 | |
![]() | |
(NSString *) | - NS_REQUIRES_SUPER |
屬性(properties) | |
id< IPoint > | start |
條形碼的起始點。 | |
NSString * | data |
要在條形碼中編碼的數據。 | |
![]() | |
id< IPoint > | start |
PDF417條碼的起始點。 | |
NSString * | data |
要在PDF417條碼中編碼的數據。 | |
id< ICellRect > | cellSize |
單元格大小可以看作是PDF417行中最窄條元素的寬度和高度。 | |
Pdf417ErrCorrectionEnum | errorCorrection |
PDF417條碼的錯誤校正級別。 | |
int | rows |
行數可以用來限制條碼的高度。 | |
int | columns |
列數可以用來限制條碼的寬度。 | |
![]() | |
id< IRuler > | ruler |
id< IPoint > | start |
NSString * | data |
RotateEnum | rotation |
![]() | |
id< IPoint > | start |
條碼開始的位置。 | |
NSString * | data |
條碼的內容。 | |
![]() | |
id< IRuler > | ruler |
![]() | |
RotateEnum | rotation |
![]() | |
id< ICellRect > | cellSize |
條碼單元大小。較大的單元大小會使條碼占用更大的面積。 | |
表示 TSPL 中 PDF417 條形碼的類。
該類繼承自 APdf417,提供了在 TSPL 中初始化和描述 PDF417 條形碼的功能。
- (NSString *) description |
返回可以發送到打印機的字符串。
該方法生成 Pdf417Barcode 實例的字符串表示形式, 格式化並準備好發送到打印機。字符串包括在 TSPL 中打印所需的所有命令和數據。
依據<IBarcode2D>重新實作.
- (instancetype) init |
初始化 Pdf417Barcode 類的新實例。
- (instancetype) initWithStart: | (id< IPoint >) | start | |
data: | (NSString *) | data |
使用指定的起點和數據初始化 Pdf417Barcode 類的新實例。
start | 條形碼的起始點。 |
data | 要在條形碼中編碼的數據。 |
依據APdf417重新實作.
|
readwritenonatomicstrong |
要在條形碼中編碼的數據。