IPXC_Page::RemoveAnnots Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT RemoveAnnots([in]  ULONG  nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT RemoveAnnots([in]  ULONG  Index,
                     [in]  ULONG  nCount);</pre>
+
                     [in]  ULONG  Count);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  Starting index in the annotations Z-order starting from which the annotations will be removed.
 
:[in]  Starting index in the annotations Z-order starting from which the annotations will be removed.
;nCount
+
;Count
 
:[in]  Number of annotations that will be removed by their Z-order.
 
:[in]  Number of annotations that will be removed by their Z-order.
  

Revision as of 07:08, 12 June 2015


Removes annotations from the page.

Syntax

HRESULT RemoveAnnots([in]  ULONG  Index,
                     [in]  ULONG  Count);

Parameters

Index
[in] Starting index in the annotations Z-order starting from which the annotations will be removed.
Count
[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

IPXC_Page