IUIX_RangesNavigator::Reset Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::Reset Method}}
 
{{#customTitle:IUIX_RangesNavigator::Reset Method}}
 +
{{#parentPage:PXV:IUIX_RangesNavigator#Methods|Reset|method}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
 +
 +
Removes all ranges except the first.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Reset();</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Reset([in]  VARIANT_BOOL  bClearHistory);</pre>
 +
 
 +
== Parameters ==
 +
;bClearHistory
 +
:[in]  Value of VARIANT_BOOL.
  
 
== Return Value ==
 
== Return Value ==
Line 11: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]].
+
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]]

Latest revision as of 06:57, 25 May 2015


The method of interface of PDF-XChange Editor SDK.

Removes all ranges except the first.

Syntax

HRESULT Reset([in]  VARIANT_BOOL  bClearHistory);

Parameters

bClearHistory
[in] Value of VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_RangesNavigator