类 | |
class | AAztecBarcode |
Aztec 2D 条码的基类。 更多... | |
class | ABarcode1D |
class | ABarcode2D |
class | ABarcodeItem |
class | ABarWidths |
class | ACellSquare |
class | ADataMatrix |
用于 DataMatrix 2D 条码的基类,支持 ECC 200 错误校正。 更多... | |
class | ALine |
class | AMaxicodeBarcode |
class | AMaxicodeMsg |
用于具有自由格式讯息的模式。不适用于模式 2 或 3。 更多... | |
class | AMaxicodeMsgStructured |
仅适用于模式 2 或 3。 更多... | |
class | AMaxicodeMsgStructuredOpenSystemStandard |
class | APair |
class | APdf417 |
PDF417 条码的基类。 更多... | |
class | AQRBarcode |
QR Code 2D 条码的基类。 更多... | |
class | ARfidWrite |
class | AText |
class | ATextItem |
class | BarcodeItem |
class | CellRect |
class | CellSquare |
class | Defaults |
如果在对象创建时未指定或设置/更改,则使用的默认设置值。 更多... | |
class | FontSize |
X 和 Y 方向的字体大小允许在需要非默认字体大小时进行拉伸/调整大小。 更多... | |
interface | IAlignment |
对象在平面内的对齐方式。 更多... | |
interface | IBarcode1D |
interface | IBarcode2D |
interface | IBarcode_1D_Properties |
interface | IBarcodeItem |
指定条码的内容和条码在平面上开始的位置。 更多... | |
interface | IBarcodeItem_2D |
指定条码内容及其在平面上开始的位置。 更多... | |
interface | IBarcodeType1D |
interface | IBarWidths |
设置窄/宽条的宽度。 更多... | |
interface | IBox |
interface | ICellRect |
设置 2D 条码的单个单元矩形的大小。 更多... | |
interface | ICellSquare |
设置 2D 条码的单个单元方形的大小。 更多... | |
interface | IFont |
interface | IFontSettings |
interface | IFontSize |
用于字体缩放/调整大小的配对。 更多... | |
interface | IFontSizeUnits |
interface | IFontStyle |
interface | ILabel |
标签是其他打印对象的容器。 更多... | |
interface | ILine |
interface | IMaxicodeBarcode |
interface | IMaxicodeData |
包含 Maxicode 条码数据的对象接口。 更多... | |
interface | IMaxicodeMsg |
Maxicode 条码数据。不适用于模式 2 或 3。 更多... | |
interface | IMaxicodeMsgStructured |
Maxicode 条码数据。Maxicode 自由格式承载讯息。仅适用于模式 2 和 3。 更多... | |
interface | IMaxicodeMsgStructuredOpenSystemStandard |
Maxicode 条码数据。Maxicode 开放系统标准承载讯息。仅适用于模式 2 和 3。 更多... | |
interface | IPair |
用于任何二维平面关系或其他用途的配对。 更多... | |
interface | IPoint |
二维平面内的坐标配对。 更多... | |
interface | IPositionRuler |
interface | IPrintResolution |
打印分辨率可以设置为英寸或毫米刻度。设置或更新任一刻度都会导致两者的更新。 更多... | |
interface | IRectangleCell |
interface | IRfidBankSelect |
interface | IRfidBitField |
interface | IRfidPassword |
用于需要密码保护的存储访问情况。 更多... | |
interface | IRfidWrite |
写入 RFID 标签的不同区域或存储区块。 更多... | |
interface | IRotation |
对象的旋转。 更多... | |
interface | IRuler |
用于平面内对象放置的单位和分辨率。 更多... | |
interface | ISquareCell |
interface | IText |
interface | ITextItem |
指定文本及其在平面上开始的位置。 更多... | |
interface | ITextSettings |
class | Point |
class | PrintResolution |
class | RfidConvert |
支持方法以帮助将非字节数据转换为存储在 RFID 标签中的顺序。 更多... | |
class | Ruler |
class | TextItem |
|
strong |
Aztec 条码类型/格式。
选择字体调整大小的单位。
枚举值 | |
---|---|
Ruler | Use the units of the ruler. Ruler units are converted to font points (1/72 inch, ~0.35 mm). |
Points | Use font point. 1 point = 1/72 inch (~0.35 mm). |
Percent | 0-100 percent expansion/multiplier scaling. 0 or 1 specifies standard font, no scaling. 100% for maximum expansion/multiplier. |
|
strong |
Maxicode 模式。
Maxicode 条码有两个主要的讯息结构,称为主要讯息和次要讯息。模式决定讯息结构的内容和错误校正方式(EEC = 增强错误校正,SEC = 标准错误校正)。
由于每个讯息区段(主要讯息或次要讯息)可以有不同的错误校正级别,将根据模式将数据编码到 Maxicode 条码中。
模式 2 和 3:
错误校正允许条码在损坏时仍然可读,但会增加编码的数据量。
较高的错误校正允许条码在损坏更严重时仍能被读取。
条码的大小/面积随着更高的错误校正而增加,因为在更高的错误校正级别中使用了更多数据。
|
strong |
QR 掩码通过改变亮暗单元格的分布来改变生成的 QR 条码。
使用不同的掩码可能会使 QR 条码更容易被条码扫描器读取。
RFID 存储区块选择。
RFID 格式参数,用于表示字符串类型。
虽然所有数据都是字符串,但限制因素是根据数据格式中的字符。
示例:
用于访问/保护支持此功能的标签上的存储区的密码。
|
strong |
|
strong |