PDFView4NET WinForms Edition
Destination Property (PDFNamedDestination)




O2S.Components.PDFView4NET Namespace > PDFNamedDestination Class : Destination Property
Gets or sets the destination.
Syntax
'Declaration
 
Public Property Destination As PDFDirectDestination
'Usage
 
Dim instance As PDFNamedDestination
Dim value As PDFDirectDestination
 
instance.Destination = value
 
value = instance.Destination
public PDFDirectDestination Destination {get; set;}
public: __property PDFDirectDestination* get_Destination();
public: __property void set_Destination( 
   PDFDirectDestination* value
);
public:
property PDFDirectDestination^ Destination {
   PDFDirectDestination^ get();
   void set (    PDFDirectDestination^ value);
}

Property Value

The direct destination that can be refered by its associated name.
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

PDFNamedDestination Class
PDFNamedDestination Members