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 Methods)

abstract override string ToString ()
 返回可發送到印表機的字串。
 

保護方法(Protected Methods)

 APdf417 (IPoint start, string data)
 
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]
 

詳細描述

PDF417 條碼的基礎類別。

屬性(property)說明文件

◆ 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 限制寬度。