IPXC_Page::GetAnnotsCount Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
{{#parentPage:PXV:IPXC_Page|GetAnnotsCount Method|method}}
+
{{#parentPage:PXV:IPXC_Page#Methods|GetAnnotsCount|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetAnnotsCount([out, retval]  ULONG*  pAnnots);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetAnnotsCount([out, retval]  ULONG*  nAnnots);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pAnnots
+
;nAnnots
 
:[out, retval]  Number of the annotations on the page.
 
:[out, retval]  Number of the annotations on the page.
  
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


Gets number of the annotations on the page.

Syntax

HRESULT GetAnnotsCount([out, retval]  ULONG*  nAnnots);

Parameters

nAnnots
[out, retval] Number of the annotations on the page.

Return Value

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

See Also

IPXC_Page