IIXC_Page::CountColors Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::CountColors Method}}
 
{{#customTitle:IIXC_Page::CountColors Method}}
 
{{#parentPage:PXV:IIXC_Page|CountColors Method|method}}
 
{{#parentPage:PXV:IIXC_Page|CountColors Method|method}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method retrieves color count for the page.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pCount
 
;pCount
:[out, retval]  Pointer to ULONG.
+
:[out, retval]  Pointer to the variable which will be has colors count.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_CountColorsEx|PXV:IIXC_Page::CountColorsEx]]

Revision as of 06:54, 29 April 2015


The method retrieves color count for the page.

Syntax

HRESULT CountColors([out, retval]  ULONG*  pCount);

Parameters

pCount
[out, retval] Pointer to the variable which will be has colors count.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IIXC_Page
PXV:IIXC_Page::CountColorsEx