WIC8BIMResolutionInfoProperties enumeration (wincodec.h)
Specifies the identifiers of the metadata items in an 8BIMResolutionInfo block.
Syntax
typedef enum WIC8BIMResolutionInfoProperties {
WIC8BIMResolutionInfoPString = 0x1,
WIC8BIMResolutionInfoHResolution = 0x2,
WIC8BIMResolutionInfoHResolutionUnit = 0x3,
WIC8BIMResolutionInfoWidthUnit = 0x4,
WIC8BIMResolutionInfoVResolution = 0x5,
WIC8BIMResolutionInfoVResolutionUnit = 0x6,
WIC8BIMResolutionInfoHeightUnit = 0x7,
WIC8BIMResolutionInfoProperties_FORCE_DWORD = 0x7fffffff
} ;
Constants
WIC8BIMResolutionInfoPString Value: 0x1 [VT_LPSTR] A name that identifies the 8BIM block. |
WIC8BIMResolutionInfoHResolution Value: 0x2 [VT_UI4] The horizontal resolution of the image. |
WIC8BIMResolutionInfoHResolutionUnit Value: 0x3 [VT_UI2] The units that the horizontal resolution is specified in; a 1 indicates pixels per inch and a 2 indicates pixels per centimeter. |
WIC8BIMResolutionInfoWidthUnit Value: 0x4 [VT_UI2] The units that the image width is specified in; a 1 indicates inches, a 2 indicates centimeters, a 3 indicates points, a 4 specifies picas, and a 5 specifies columns. |
WIC8BIMResolutionInfoVResolution Value: 0x5 [VT_UI4] The vertical resolution of the image. |
WIC8BIMResolutionInfoVResolutionUnit Value: 0x6 [VT_UI2] The units that the vertical resolution is specified in; a 1 indicates pixels per inch and a 2 indicates pixels per centimeter. |
WIC8BIMResolutionInfoHeightUnit Value: 0x7 [VT_UI2] The units that the image height is specified in; a 1 indicates inches, a 2 indicates centimeters, a 3 indicates points, a 4 specifies picas, and a 5 specifies columns. |
WIC8BIMResolutionInfoProperties_FORCE_DWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Header | wincodec.h |