PDFView4NET WPF Edition
Destination Property (PDFGoToAction)




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

Property Value

The location in the document that will be displayed as a result of executing this action.
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

PDFGoToAction Class
PDFGoToAction Members