Aztec 2D 條碼的基礎類別。 更多...
公開方法(Public Methods) | |
abstract override string | ToString () |
返回可發送到印表機的字串。 | |
保護方法(Protected Methods) | |
AAztecBarcode (IPoint start, string data) | |
int | GetErrCorrectionPercent () |
int | GetLayersWithinRange () |
bool | HasLayers () |
屬性(properties) | |
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。
任何超出範圍的值將被忽略並限制在範圍內。