'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)
public PDFFieldImportError[] ImportData( FDFFile fdfFile, bool continueImportOnError )
public: PDFFieldImportError*[]* ImportData( FDFFile* fdfFile, bool continueImportOnError )
public: array<PDFFieldImportError^>^ ImportData( FDFFile^ fdfFile, bool 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.