WICPngIccpProperties enumeration
Specifies the Portable Network Graphics (PNG) iCCP chunk metadata properties.
Syntax
typedef enum WICPngIccpProperties { WICPngIccpProfileName = 0x00000001, WICPngIccpProfileData = 0x00000002 } WICPngIccpProperties;
Constants
- WICPngIccpProfileName
-
[VT_LPSTR] Indicates the International Color Consortium (ICC) profile name.
- WICPngIccpProfileData
-
[VT_VECTOR | VT_UI1] Indicates the embedded ICC profile.
Requirements
|
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 |
|
|
IDL |
|
Show: