PDFView4NET WPF Edition
ImportData(FDFFile) Method




O2S.Components.PDFView4NET.Forms Namespace > PDFForm Class > ImportData Method : ImportData(FDFFile) Method
A FDFFile object that stores the form data.
Imports form data from a FDF file.
Syntax
'Declaration
 
Public Overloads Sub ImportData( _
   ByVal fdfFile As FDFFile _
) 
'Usage
 
Dim instance As PDFForm
Dim fdfFile As FDFFile
 
instance.ImportData(fdfFile)
public void ImportData( 
   FDFFile fdfFile
)
public: void ImportData( 
   FDFFile* fdfFile
) 
public:
void ImportData( 
   FDFFile^ fdfFile
) 

Parameters

fdfFile
A FDFFile object that stores the form data.
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