| Parameter | Description |
|---|---|
Void Type( BarcodeTypes ) | 条形码类型。**示例:**以下代码指示程序该条形码为 Interleaved 25 类型。Type: BarcodeType_Interleaved25; Void Orientation( BarcodeOrientations ); |
Void Orientation( BarcodeOrientations ) | 条形码方向。**示例:**以下代码指示程序条形码需从左向右读取。Orientation: BarcodeOrientation_LeftToRight; |
Void MaxXOutsidePart( Real ) | 指定对象在水平方向上可超出搜索区域的比例。取值范围为 0 到 1。超出比例不超过指定值的对象将被纳入假设。 |
Void MaxYOutsidePart( Real ) | 指定对象在垂直方向上可超出搜索区域的比例。取值范围为 0 到 1。超出比例不超过指定值的对象将被纳入假设。 |
