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