IPXC_Page::RemoveAnnots Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Page::RemoveAnnots Method}} | {{#customTitle:IPXC_Page::RemoveAnnots Method}} | ||
{{#parentPage:PXV:IPXC_Page|RemoveAnnots Method|method}} | {{#parentPage:PXV:IPXC_Page|RemoveAnnots Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes annotations from the page. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Starting index in the annotations Z-order starting from which the annotations will be removed. |
;nCount | ;nCount | ||
− | :[in] | + | :[in] Number of annotations that will be removed by their Z-order. |
== Return Value == | == Return Value == |
Revision as of 05:35, 14 May 2015
Removes annotations from the page.
Contents
Syntax
HRESULT RemoveAnnots([in] ULONG nIndex, [in] ULONG nCount);
Parameters
- nIndex
- [in] Starting index in the annotations Z-order starting from which the annotations will be removed.
- nCount
- [in] Number of annotations that will be removed by their Z-order.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Page.