IPXV_Control::GoToNamedDestination Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Navigates to the named destination that specifies the corresponding point of pages view. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pDestName | ;pDestName | ||
− | :[in] | + | :[in] The name of PDF-destination. |
;nGoDestFlags | ;nGoDestFlags | ||
− | :[in, defaultvalue(0)] | + | :[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 14: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.