IPXV_Control::GoToDestination Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GoToDestination([in]                  PXC_Destination*  pDest,
+
<pre class="brush:cpp;gutter:false">HRESULT GoToDestination([in]                  PXC_Destination*  stDest,
 
                         [in, defaultvalue(0)]  ULONG            nGoDestFlags);</pre>
 
                         [in, defaultvalue(0)]  ULONG            nGoDestFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pDest
+
;stDest
 
:[in]  Pointer to [[PXV:PXC_Destination|PXC_Destination]] structure that specifies new view point on the pages view.
 
:[in]  Pointer to [[PXV:PXC_Destination|PXC_Destination]] structure that specifies new view point on the pages view.
 
;nGoDestFlags
 
;nGoDestFlags

Revision as of 02:35, 4 June 2015


Navigates in pages view to the specified destination point on pages.

Syntax

HRESULT GoToDestination([in]                   PXC_Destination*  stDest,
                        [in, defaultvalue(0)]  ULONG             nGoDestFlags);

Parameters

stDest
[in] Pointer to PXC_Destination structure that specifies new view point on the pages view.
nGoDestFlags
[in, defaultvalue(0)] An additional flags, see PXV_GotoDestinationFlags.

Return Value

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

See Also

IPXV_Control