UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode 類別 參考文件
類別UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode的繼承圖:
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

公開方法(Public Methods)

 Pdf417Barcode (IPoint start, string data)
 
override string ToString ()
 返回可發送到印表機的字串。
 

保護方法(Protected Methods)

int LimitRange (int value, int min, int max)
 

屬性(properties)

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]
 

屬性(property)說明文件

◆ CellSize

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

單元大小可以視為 PDF417 條碼行中最窄條元的寬度和高度。

更改最小元件的尺寸會影響條碼的整體寬度和高度。

◆ Columns

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

列數可用於限制條碼的寬度。

零值表示列數自動決定。
條碼必須允許在寬度或高度上增長以適應數據。因此,條碼的增長限制只能在一個方向進行,要麼通過 Rows 限制高度,要麼通過 Columns 限制寬度。
請注意,額外的非數據列來自於開始/停止模式和左右行指示符。這會創建額外的 4 列。

◆ Rows

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

行數可用於限制條碼的高度。

零值表示行數自動決定。 條碼必須允許在寬度或高度上增長以適應數據。因此,條碼的增長限制只能在一個方向進行,要麼通過 Rows 限制高度,要麼通過 Columns 限制寬度。