表示Maxicode條形碼的類。 更多...
#include <PglMaxicodeBarcode.h>
實體方法 | |
(instancetype) | - initWithStart:data: |
使用指定的起始點和數據初始化PglMaxicodeBarcode類的新實例。 | |
(NSString *) | - description |
返回一個可以發送到打印機的字符串。 | |
![]() | |
(instancetype) | - init |
屬性(properties) | |
id< IPoint > | start |
條形碼的起始點。 | |
id< IMaxicodeData > | data |
要編碼到條形碼中的數據。 | |
RotateEnum | rotation |
條形碼的旋轉。 | |
BOOL | zipperPattern |
拉鏈圖案可以幫助檢測打印缺陷,例如淺色/深色打印。 | |
![]() | |
id< IMaxicodeData > | data |
id< IRuler > | ruler |
id< IPoint > | start |
![]() | |
id< IMaxicodeData > | data |
條碼內容。 | |
![]() | |
id< IPoint > | start |
![]() | |
id< IRuler > | ruler |
![]() | |
RotateEnum | rotation |
表示Maxicode條形碼的類。
該類繼承自AMaxicodeBarcode並實現了IRotation協議,提供了初始化和描述Maxicode條形碼的功能。
- (NSString *) description |
返回一個可以發送到打印機的字符串。
該方法生成一個PglMaxicodeBarcode實例的字符串表示形式,該字符串已格式化並可以發送到打印機。字符串包括打印所需的所有命令和數據。
依據<IMaxicodeBarcode>重新實作.
- (instancetype) initWithStart: | (id< IPoint >) | start | |
data: | (id< IMaxicodeData >) | data |
使用指定的起始點和數據初始化PglMaxicodeBarcode類的新實例。
start | 條形碼的起始點。 |
data | 要編碼到條形碼中的數據。 |
實作 AMaxicodeBarcode.
|
readwritenonatomicstrong |
要編碼到條形碼中的數據。
|
readwritenonatomicassign |
條形碼的旋轉。
|
readwritenonatomicstrong |
條形碼的起始點。
|
readwritenonatomicassign |
拉鏈圖案可以幫助檢測打印缺陷,例如淺色/深色打印。