XFINIUM.PDF Documentation
ImportData(String,PdfFormDataFormat) Method



Xfinium.Pdf.Forms Namespace > PdfForm Class > ImportData Method : ImportData(String,PdfFormDataFormat) Method
The input file for data import.
The format of data in input stream.
Imports 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
) 

Parameters

fileName
The input file for data import.
dataFormat
The format of data in input stream.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfForm Class
PdfForm Members
Overload List