IPXV_Control::GoToNamedDestination Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::GoToNamedDestination Method}}
 
{{#customTitle:IPXV_Control::GoToNamedDestination Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|GoToNamedDestination|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|GoToNamedDestination|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Navigates to the named destination that specifies the corresponding point of pages view.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pDestName
 
;pDestName
:[in]  Value of BSTR.
+
:[in]  The name of PDF-destination.
 
;nGoDestFlags
 
;nGoDestFlags
:[in, defaultvalue(0)]  Value of ULONG.
+
:[in, defaultvalue(0)]  An additional flags, see [[PXV:PXV_GotoDestinationFlags|PXV_GotoDestinationFlags]].
  
 
== Return Value ==
 
== Return Value ==
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Control|IPXV_Control]]
+
[[PXV:IPXV_Control|IPXV_Control]], [[PXV:IPXV_Control_GoToDestination|IPXV_Control_GoToDestination]]

Revision as of 15:34, 28 May 2015


Navigates to the named destination that specifies the corresponding point of pages view.

Syntax

HRESULT GoToNamedDestination([in]                   BSTR   pDestName,
                             [in, defaultvalue(0)]  ULONG  nGoDestFlags);

Parameters

pDestName
[in] The name of PDF-destination.
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, IPXV_Control_GoToDestination