PDFView4NET WPF Edition
JumpToDestination Method




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : JumpToDestination Method
The name of the destination.
Jumps in the document to the destination specified by the name.
Syntax
'Declaration
 
Public Sub JumpToDestination( _
   ByVal destinationName As String _
) 
'Usage
 
Dim instance As PDFPageView
Dim destinationName As String
 
instance.JumpToDestination(destinationName)
public void JumpToDestination( 
   string destinationName
)
public: void JumpToDestination( 
   string* destinationName
) 
public:
void JumpToDestination( 
   String^ destinationName
) 

Parameters

destinationName
The name of the destination.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members