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)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GoToNamedDestination([in]                  BSTR  sDestName,
+
<pre class="brush:cpp;gutter:false">HRESULT GoToNamedDestination([in]                  BSTR  DestName,
                             [in, defaultvalue(0)]  ULONG  nGoDestFlags);</pre>
+
                             [in, defaultvalue(0)]  ULONG  GoDestFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;sDestName
+
;DestName
 
:[in]  The name of PDF-destination.
 
:[in]  The name of PDF-destination.
;nGoDestFlags
+
;GoDestFlags
 
:[in, defaultvalue(0)]  An additional flags, see [[PXV:PXV_GotoDestinationFlags|PXV_GotoDestinationFlags]].
 
:[in, defaultvalue(0)]  An additional flags, see [[PXV:PXV_GotoDestinationFlags|PXV_GotoDestinationFlags]].
  

Revision as of 07:26, 12 June 2015


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

Syntax

HRESULT GoToNamedDestination([in]                   BSTR   DestName,
                             [in, defaultvalue(0)]  ULONG  GoDestFlags);

Parameters

DestName
[in] The name of PDF-destination.
GoDestFlags
[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