IIXC_Page::CountColors Method

From PDF XChange PDF SDK
Jump to: navigation, search
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 04: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.

See Also

IIXC_Page
PXV:IIXC_Page::CountColorsEx