Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WIC8BIMResolutionInfoPStringValue: 0x1 [VT_LPSTR] A name that identifies the 8BIM block. |
WIC8BIMResolutionInfoHResolutionValue: 0x2 [VT_UI4] The horizontal resolution of the image. |
WIC8BIMResolutionInfoHResolutionUnitValue: 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. |
WIC8BIMResolutionInfoWidthUnitValue: 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. |
WIC8BIMResolutionInfoVResolutionValue: 0x5 [VT_UI4] The vertical resolution of the image. |
WIC8BIMResolutionInfoVResolutionUnitValue: 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. |
WIC8BIMResolutionInfoHeightUnitValue: 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_DWORDValue: 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 |