PDFView4NET WPF Edition
ImportData(XFDFFile) Method




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

Parameters

xfdfFile
A XFDFFile 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