PDFView4NET WinForms Edition


A FDFFile object that stores the form data.
False if the import should stop on the first field that generates an error, or true if the import should ignore the error and continue with the next field.
ImportData(FDFFile,Boolean) Method
Imports form data from a FDF file.
Syntax
'Declaration
 
Public Overloads Function ImportData( _
   ByVal fdfFile As FDFFile, _
   ByVal continueImportOnError As Boolean _
) As PDFFieldImportError()
'Usage
 
Dim instance As PDFForm
Dim fdfFile As FDFFile
Dim continueImportOnError As Boolean
Dim value() As PDFFieldImportError
 
value = instance.ImportData(fdfFile, continueImportOnError)

Parameters

fdfFile
A FDFFile object that stores the form data.
continueImportOnError
False if the import should stop on the first field that generates an error, or true if the import should ignore the error and continue with the next field.

Return Value

An array with the errors occured during the import.
Remarks
If no errors occured during the import, the returned array is null (Nothing in VB.NET).
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also