PDFView4NET WPF Edition
DestinationName Property (PDFRemoteGoToAction)




O2S.Components.PDFView4NET.Actions Namespace > PDFRemoteGoToAction Class : DestinationName Property
Gets the destination name, if the internal destination is a named destination.
Syntax
'Declaration
 
Public ReadOnly Property DestinationName As String
'Usage
 
Dim instance As PDFRemoteGoToAction
Dim value As String
 
value = instance.DestinationName
public string DestinationName {get;}
public: __property string* get_DestinationName();
public:
property String^ DestinationName {
   String^ get();
}

Property Value

The name associated with the Destination.
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