PDFView4NET WPF Edition
FromFile Method (FDFFile)




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

Parameters

fileName
the full path to a FDF file used as source for this FDFFile object.

Return Value

A FDFFile object created based on the given FDF 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

FDFFile Class
FDFFile Members