Aztec 2D 條碼的基類。 更多...
公開方法(Public Methods) | |
| ICellSquare | GetCellSize () |
| 條碼單元格大小。較大的單元格會導致條碼佔用更大的區域。 | |
| String | GetData () |
| 條碼內容。 | |
| int | GetFixedErrCorrection () |
| 此百分比錯誤校正值僅適用於 AztecCodeTypeEnum.FixedErrCorrection 更多... | |
| int | GetLayers () |
| 用於 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 條碼類型的層數。 更多... | |
| RotateEnum | GetRotation () |
| IRuler | GetRuler () |
| 列印解析度可以設為英寸或毫米刻度。設置/更新其中一種刻度會導致兩者都被更新。 更多... | |
| IPoint | GetStart () |
| 條碼開始的位置。 | |
| AztecCodeTypeEnum | GetType () |
| void | SetCellSize (ICellSquare cellSize) |
| void | SetData (String data) |
| void | SetFixedErrCorrection (int fixedErrCorrection) |
| void | SetLayers (int layers) |
| void | SetRotation (RotateEnum rotation) |
| void | SetRuler (IRuler ruler) |
| void | SetStart (IPoint start) |
| void | SetType (AztecCodeTypeEnum type) |
| abstract String | ToString () |
| Returns the string that can be sent to printer. | |
| abstract String | toString () |
保護方法(Protected Methods) | |
| AAztecBarcode (IPoint start, String data) | |
| int | GetLayersWithinRange () |
Aztec 2D 條碼的基類。
| int GetFixedErrCorrection | ( | ) |
此百分比錯誤校正值僅適用於 AztecCodeTypeEnum.FixedErrCorrection
有效範圍:1 - 99。任何超出範圍的值將被忽略並限制在範圍內。
| int GetLayers | ( | ) |
用於 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 條碼類型的層數。
有效範圍:AztecCodeTypeEnum.Compact 條碼類型為 1 - 4。
有效範圍:AztecCodeTypeEnum.Full 條碼類型為 1 - 32。
任何超出範圍的值將被忽略並限制在範圍內。
|
inherited |