PDFView4NET WinForms Edition
FilePath Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : FilePath Property
Gets or sets the path to the PDF file.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The path to the PDF file")>
<DefaultValueAttribute("")>
Public Property FilePath As String
'Usage
 
Dim instance As PDFDocument
Dim value As String
 
instance.FilePath = value
 
value = instance.FilePath
[Category("PDF")]
[Description("The path to the PDF file")]
[DefaultValue("")]
public string FilePath {get; set;}
[Category("PDF")]
[Description("The path to the PDF file")]
[DefaultValue("")]
public: __property string* get_FilePath();
public: __property void set_FilePath( 
   string* value
);
[Category("PDF")]
[Description("The path to the PDF file")]
[DefaultValue("")]
public:
property String^ FilePath {
   String^ get();
   void set (    String^ value);
}

Property Value

Path to the PDF 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

PDFDocument Class
PDFDocument Members