IPXV_Control::GoToNamedDestination Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::GoToNamedDestination Method}}
 
{{#customTitle:IPXV_Control::GoToNamedDestination Method}}
 +
{{#parentPage:PXV:IPXV_Control#Methods|GoToNamedDestination|method}}
 +
{{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 ==
<pre class="brush:cpp;gutter:false">HRESULT GoToNamedDestination([in] BSTR pDestName, [in, defaultvalue(0)] ULONG nGoDestFlags);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GoToNamedDestination([in]                   BSTR   sDestName,
 +
                            [in, defaultvalue(0)] ULONG nGoDestFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDestName''
+
;sDestName
:[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 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]], [[PXV:IPXV_Control_GoToDestination|IPXV_Control_GoToDestination]]

Latest revision as of 03:50, 15 June 2015


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

Syntax

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

Parameters

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