SaneConstraintType Enumeration
Summary
Specifies which type of constraint a Scanner Access Now Easy (SANE) constraint value is
Syntax
public enum SaneConstraintType
Public Enum SaneConstraintType
public enum SaneConstraintType
Members
Value | Member | Description |
0 | None | Unconstrained option value |
1 | Range | Constrains the option value to a range of numbers. Refer to SaneRangeConstraint. |
2 | ValueList | Constrains the option value to a list of numeric values |
3 | StringList | Constrains the option value to a list of strings |