PDFView4NET WinForms Edition
FromFile Method (XFDFFile)




O2S.Components.PDFView4NET.Forms Namespace > XFDFFile Class : FromFile Method
the full path to a XFDF file used as source for this XFDFFile object.
Creates a XFDFFile object from the given XFDF file.
Syntax
'Declaration
 
Public Shared Function FromFile( _
   ByVal fileName As String _
) As XFDFFile
'Usage
 
Dim fileName As String
Dim value As XFDFFile
 
value = XFDFFile.FromFile(fileName)
public static XFDFFile FromFile( 
   string fileName
)
public: static XFDFFile* FromFile( 
   string* fileName
) 
public:
static XFDFFile^ FromFile( 
   String^ fileName
) 

Parameters

fileName
the full path to a XFDF file used as source for this XFDFFile object.

Return Value

A XFDFFile object created based on the given XFDF 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

XFDFFile Class
XFDFFile Members