IIXC_Page::CountColors Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[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#Methods|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:03, 21 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.