PDFView4NET WinForms Edition
GetNamedDestinations Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class : GetNamedDestinations Method
Gets the named destinations stored in the PDF file.
Syntax
'Declaration
 
Public Function GetNamedDestinations() As PDFNamedDestinationCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFNamedDestinationCollection
 
value = instance.GetNamedDestinations()
public PDFNamedDestinationCollection GetNamedDestinations()
public: PDFNamedDestinationCollection* GetNamedDestinations(); 
public:
PDFNamedDestinationCollection^ GetNamedDestinations(); 

Return Value

An collection of named destinations.
Remarks
The destination names can be used with 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