PDFView4NET WPF Edition
FileName Property (PDFRemoteGoToAction)




O2S.Components.PDFView4NET.Actions Namespace > PDFRemoteGoToAction Class : FileName Property
Gets or sets the target file name.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As PDFRemoteGoToAction
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the file that represents the target of 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