IIXC_Page::CountColors Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::CountColors Method}} | {{#customTitle:IIXC_Page::CountColors Method}} | ||
{{#parentPage:PXV:IIXC_Page|CountColors Method|method}} | {{#parentPage:PXV:IIXC_Page|CountColors Method|method}} | ||
− | |||
The method retrieves the color count for the page. | The method retrieves the color count for the page. |
Revision as of 03:49, 20 May 2015
The method retrieves the color count for the page.
Syntax
HRESULT CountColors([out, retval] ULONG* pCount);
Parameters
- pCount
- [out, retval] Pointer to the variable which will hold the color count.
Return Value
Returns S_OK if operation was successful or error code in other cases.