PDFView4NET WPF Edition
FileName Property (PDFLaunchAction)




O2S.Components.PDFView4NET.Actions Namespace > PDFLaunchAction Class : FileName Property
Gets or sets the name of the file to be launched by this action.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As PDFLaunchAction
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

An string value specifying the full path to the file.
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

PDFLaunchAction Class
PDFLaunchAction Members