PDFView4NET WPF Edition
ImportData(Stream,PDFFormDataFormat) Method




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

Parameters

stream
The stream from which to import form data.
dataFormat
The format of input stream.
Exceptions
ExceptionDescription
Thrown when the input stream can not be read.
Thrown when the input stream 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