IPXC_Page::GetAnnotsCount Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
 
{{#customTitle:IPXC_Page::GetAnnotsCount Method}}
 
{{#parentPage:PXV:IPXC_Page|GetAnnotsCount Method|method}}
 
{{#parentPage:PXV:IPXC_Page|GetAnnotsCount Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets number of the annotations on the page.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 11:
 
== Parameters ==
 
== Parameters ==
 
;pAnnots
 
;pAnnots
:[out, retval]  Pointer to ULONG.
+
:[out, retval]  Number of the annotations on the page.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 00:56, 12 May 2015


Gets number of the annotations on the page.

Syntax

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

Parameters

pAnnots
[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

See also IPXC_Page.