IPXV_Control::GoToDestination Method

From PDF XChange PDF SDK
Revision as of 15:28, 28 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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