For a list of all members of this type, see IOcrSettingDescriptor members.
| Name | Description | |
|---|---|---|
| DoubleMaximumValue | Gets the maximum allowed value for the double setting. |
| DoubleMinimumValue | Gets the minimum allowed value for the double setting. |
| EnumIsFlags | Gets a value indicating whether the enum members can be OR'ed together. |
| FriendlyName | Gets the friendly name of the setting. |
| IntegerMaximumValue | Gets the maximum allowed value for the integer setting. |
| IntegerMinimumValue | Gets the minimum allowed value for the integer setting. |
| Name | Gets the unique name of setting. |
| StringMaximumLength | Gets the maximum number of characters allowed in the value of the string setting. |
| StringNullAllowed | Gets a value that indicates whether a null (Nothing in Visual Basic) is a valid value for a string setting. |
| Units | Gets the name of the unit of the value. |
| ValueType | Gets the setting value type. |