UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.APdf417类 参考abstract

PDF417 条码的基类。 更多...

类 UniPRT.Sdk.LabelMaker.Interfaces.APdf417 继承关系图:
UniPRT.Sdk.LabelMaker.Interfaces.ABarcode2D UniPRT.Sdk.LabelMaker.Interfaces.IRectangleCell UniPRT.Sdk.LabelMaker.Interfaces.IBarcode2D UniPRT.Sdk.LabelMaker.Interfaces.IBarcodeItem_2D UniPRT.Sdk.LabelMaker.Interfaces.IPositionRuler UniPRT.Sdk.LabelMaker.Interfaces.IRotation UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode

Public 成员函数

abstract override string ToString ()
 返回可发送到印表机的字符串。
 

Protected 成员函数

 APdf417 (IPoint start, string data)
 
int LimitRange (int value, int min, int max)
 

属性

virtual ICellRect CellSize = Defaults.CellSizeRect [get, set]
 单元大小可以视为 PDF417 条码行中最窄条元的宽度和高度。 更多...
 
virtual int Columns = 0 [get, set]
 列数可用于限制条码的宽度。 更多...
 
virtual string Data [get, set]
 
virtual Pdf417ErrCorrectionEnum ErrorCorrection = Pdf417ErrCorrectionEnum.LEVEL_2 [get, set]
 
virtual RotateEnum Rotation = RotateEnum.None [get, set]
 
virtual int Rows = 0 [get, set]
 行数可用于限制条码的高度。 更多...
 
virtual IRuler Ruler = null [get, set]
 
virtual IPoint Start [get, set]
 

详细描述

PDF417 条码的基类。

属性说明

◆ CellSize

virtual ICellRect UniPRT.Sdk.LabelMaker.Interfaces.APdf417.CellSize = Defaults.CellSizeRect
getset

单元大小可以视为 PDF417 条码行中最窄条元的宽度和高度。

更改最小元素的尺寸会影响条码的整体宽度和高度。

◆ Columns

virtual int UniPRT.Sdk.LabelMaker.Interfaces.APdf417.Columns = 0
getset

列数可用于限制条码的宽度。

零值表示列数自动决定。
条码必须允许在宽度或高度上增长以适应数据。因此,条码的增长限制只能在一个方向进行,要么通过 Rows 限制高度,要么通过 Columns 限制宽度。
请注意,额外的非数据列来自于开始/停止模式和左右行指示符。这会创建额外的 4 列。

◆ Rows

virtual int UniPRT.Sdk.LabelMaker.Interfaces.APdf417.Rows = 0
getset

行数可用于限制条码的高度。

零值表示行数自动决定。 条码必须允许在宽度或高度上增长以适应数据。因此,条码的增长限制只能在一个方向进行,要么通过 Rows 限制高度,要么通过 Columns 限制宽度。