PDFView4NET WPF Edition
GetDestinationNames Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class : GetDestinationNames Method
Gets the names of the destinations stored in the PDF file.
Syntax
'Declaration
 
Public Function GetDestinationNames() As String()
'Usage
 
Dim instance As PDFDocument
Dim value() As String
 
value = instance.GetDestinationNames()
public string[] GetDestinationNames()
public: string*[]* GetDestinationNames(); 
public:
array<String^>^ GetDestinationNames(); 

Return Value

An array of strings representing the names of the destinations in the PDF file.
Remarks
These names can be used with O2S.Components.PDFView4NET.WPF.PDFPageView.JumpToDestination method to jump programmatically to a destination in the PDF file.
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

PDFDocument Class
PDFDocument Members