WiaSubType enumeration

Specifies more detail about the property value. Use the SubType property on the Property object to obtain these details for the property.

Members

Member Description Value
UnspecifiedSubType This property has no subtype.
0
RangeSubType This property takes a range of values from SubTypeMin to SubTypeMax in SubTypeStep increments.
1
ListSubType This property takes one of a list of values from SubTypeValues.
2
FlagSubType This property takes a flag composed of bits listed in SubTypeValues. Flag values are combined using the OR operation.
3

Remarks

The value of the SubType property on a Property object can return one of the members of the WiaSubType enumeration. This enumeration provides more information about the valid values for the property.

For example code, see Display Detailed Property Information in Shared Samples.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl