PDFView4NET WPF Edition
ImportData(String,PDFFormDataFormat) Method




O2S.Components.PDFView4NET.Forms Namespace > PDFForm Class > ImportData Method : ImportData(String,PDFFormDataFormat) Method
The file from which to import form data.
The format of input file.
Imports form data from an external file.
Syntax
'Declaration
 
Public Overloads Sub ImportData( _
   ByVal fileName As String, _
   ByVal dataFormat As PDFFormDataFormat _
) 
'Usage
 
Dim instance As PDFForm
Dim fileName As String
Dim dataFormat As PDFFormDataFormat
 
instance.ImportData(fileName, dataFormat)
public void ImportData( 
   string fileName,
   PDFFormDataFormat dataFormat
)
public: void ImportData( 
   string* fileName,
   PDFFormDataFormat dataFormat
) 
public:
void ImportData( 
   String^ fileName,
   PDFFormDataFormat dataFormat
) 

Parameters

fileName
The file from which to import form data.
dataFormat
The format of input file.
Exceptions
ExceptionDescription
thrown when the input file can not be open or read.
thrown when the input file can not be parsed.
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

PDFForm Class
PDFForm Members
Overload List