Interface IBarcodeReaderInspectionItemCondition
バーコードリーダータスク検査項目条件を表します。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IBarcodeReaderInspectionItemCondition : ITaskInspectionItemCondition
  Properties
| Name | Description | 
|---|---|
| Area | 面積。単位=pixel。  | 
      
| AreaOperator | 面積比較演算子。 面積による比較が無効な場合(比較を行わない場合) null が設定されます。  | 
      
| Count | 該当領域数。  | 
      
| CountOperator | 該当領域数比較演算子。  | 
      
| Text | 比較対象テキスト。  | 
      
| TextOperator | テキスト比較演算子。  |