'Declaration
Public Overloads Function ImportData( _ ByVal xfdfFile As XFDFFile, _ ByVal continueImportOnError As Boolean _ ) As PDFFieldImportError()
'Usage
Dim instance As PDFForm Dim xfdfFile As XFDFFile Dim continueImportOnError As Boolean Dim value() As PDFFieldImportError value = instance.ImportData(xfdfFile, continueImportOnError)
public PDFFieldImportError[] ImportData( XFDFFile xfdfFile, bool continueImportOnError )
public: PDFFieldImportError*[]* ImportData( XFDFFile* xfdfFile, bool continueImportOnError )
public: array<PDFFieldImportError^>^ ImportData( XFDFFile^ xfdfFile, bool continueImportOnError )
Parameters
- xfdfFile
- A XFDFFile 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.