Aztec 2D 条码的基类。 更多...
Public 成员函数 | |
abstract override string | ToString () |
返回可发送到印表机的字符串。 | |
Protected 成员函数 | |
AAztecBarcode (IPoint start, string data) | |
int | GetErrCorrectionPercent () |
int | GetLayersWithinRange () |
bool | HasLayers () |
属性 | |
virtual ICellSquare | CellSize = Defaults.CellSize [get, set] |
virtual string | Data [get, set] |
int | FixedErrCorrection = 23 [get, set] |
此百分比错误校正值仅适用于 AztecCodeTypeEnum::FixedErrCorrection。 更多... | |
int | Layers = 1 [get, set] |
用于 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条码类型的层数。 更多... | |
virtual RotateEnum | Rotation = RotateEnum.None [get, set] |
virtual IRuler | Ruler = null [get, set] |
virtual IPoint | Start [get, set] |
virtual AztecCodeTypeEnum | Type = AztecCodeTypeEnum.Default [get, set] |
Aztec 2D 条码的基类。
|
getset |
此百分比错误校正值仅适用于 AztecCodeTypeEnum::FixedErrCorrection。
有效范围:1 - 99。任何超出范围的值将被忽略并限制在范围内。
|
getset |
用于 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条码类型的层数。
有效范围:AztecCodeTypeEnum.Compact 条码类型为 1 - 4。
有效范围:AztecCodeTypeEnum.Full 条码类型为 1 - 32。
任何超出范围的值将被忽略并限制在范围内。