公開方法(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] |
|
getsetinherited |
單元大小可以視為 PDF417 條碼行中最窄條元的寬度和高度。
更改最小元件的尺寸會影響條碼的整體寬度和高度。
|
getsetinherited |