WiaImagePropertyType enumeration
Specifies the type of the value of an image property. Image properties can be found in the Properties (ImageFile) collection of an ImageFile object.
Members
Member | Description | Value |
---|---|---|
UndefinedImagePropertyType | The value of the image property is undefined and returned as a Byte. |
1000 |
ByteImagePropertyType | The value of the image property is a Byte. |
1001 |
StringImagePropertyType | The value of the image property is a String. |
1002 |
UnsignedIntegerImagePropertyType | The value of the image property is returned as a non-negative Integer. |
1003 |
LongImagePropertyType | The value of the image property is a Long. |
1004 |
UnsignedLongImagePropertyType | The value of the image property is returned as a non-negative Long. |
1005 |
RationalImagePropertyType | The value of the image property is returned as a Rational Object. |
1006 |
UnsignedRationalImagePropertyType | The value of the image property is returned as an unsigned Rational Object. |
1007 |
VectorOfUndefinedImagePropertyType | The value of the image property is returned as a Vector object containing Byte elements. |
1100 |
VectorOfBytesImagePropertyType | The value of the image property is a Vector object containing Byte elements. |
1101 |
VectorOfUnsignedIntegersImagePropertyType | The value of the image property is returned as a Vector object containing Integer elements. |
1102 |
VectorOfLongsImagePropertyType | The value of the image property is a Vector object containing Long elements. |
1103 |
VectorOfUnsignedLongsImagePropertyType | The value of the image property is returned as a Vector object containing Long elements. |
1104 |
VectorOfRationalsImagePropertyType | The value of the image property is returned as a Vector object containing Rational object elements. |
1105 |
VectorOfUnsignedRationalsImagePropertyType | The value of the image property is returned as a Vector object containing unsigned Rational object elements. |
1106 |
Remarks
The value of the Type property on a Property object when it comes from a Properties collection on an ImageFile object can return one of the members of the WiaImagePropertyType enumeration. This provides more information about the type of value contained in the Value property. A member of the WiaImagePropertyType enumeration can also be used as the value of the Type property in an Exchangeable Image File (EXIF) filter to specify the type of property to add to an image.
For example code, see Display all ImageFile Properties and Exif Filter: Write a New Title Tag to an Image.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
|
IDL |
|