Aztec 2D 条码的基类。 更多...
Public 成员函数 | |
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 成员函数 | |
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 |