IPXC_Page::GetAnnotsCount Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets number of the annotations on the page. | |
== Syntax == | == Syntax == | ||
Line 12: | Line 11: | ||
== Parameters == | == Parameters == | ||
;pAnnots | ;pAnnots | ||
− | :[out, retval] | + | :[out, retval] Number of the annotations on the page. |
== Return Value == | == Return Value == |
Revision as of 23:56, 11 May 2015
Gets number of the annotations on the page.
Contents
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.