PDFView4NET WinForms Edition
Destination Property (PDFRemoteGoToAction)




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

Property Value

The location in the remote 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

PDFRemoteGoToAction Class
PDFRemoteGoToAction Members