The following tables list the members exposed by IOcrSettingDescriptor.
| 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. |
| Name | Description | |
|---|---|---|
| GetEnumMemberFriendlyNames | Gets an array of strings containing the enumeration members friendly names. |
| GetEnumMemberValues | Gets an array containing the enumeration members values. |