'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.