IPXV_Control::GoToDestination Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::GoToDestination Method}}
 
{{#customTitle:IPXV_Control::GoToDestination Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|GoToDestination|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|GoToDestination|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Navigates in pages view to the specified destination point on pages.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pDest
 
;pDest
:[in]  Pointer to [[PXV:PXC_Destination|PXC_Destination]].
+
:[in]  Pointer to [[PXV:PXC_Destination|PXC_Destination]] structure that specifies new view point on the pages view.
 
;nGoDestFlags
 
;nGoDestFlags
:[in, defaultvalue(0)]  Value of ULONG.
+
:[in, defaultvalue(0)]  An additional flags, see [[PXV:PXV_GotoDestinationFlags|PXV_GotoDestinationFlags]].
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:28, 28 May 2015


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

Syntax

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

Parameters

pDest
[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