IPXV_Control::GoToNamedDestination Method

From PDF XChange PDF SDK
Revision as of 03:50, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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