IPXC_Page::GetAnnotsCount Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
 +
{{#parentPage:PXV:IPXC_Page#Methods|GetAnnotsCount|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets number of the annotations on the page.
  
 
== 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]  Pointer to ULONG.
+
:[out, retval]  Number of the annotations on the page.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== 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