Imports the data.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfFieldWidgetImportError[] ImportData( string fileName, DataFormat dataFormat, bool errorFlag )
Public Function ImportData ( fileName As String, dataFormat As DataFormat, errorFlag As Boolean ) As PdfFieldWidgetImportError()
public: array<PdfFieldWidgetImportError^>^ ImportData( String^ fileName, DataFormat dataFormat, bool errorFlag )
member ImportData : fileName : string * dataFormat : DataFormat * errorFlag : bool -> PdfFieldWidgetImportError[]
Parameters
- fileName
- String
Name of the file.
- dataFormat
- DataFormat
The data format.
- errorFlag
- Boolean
if it is error flag, set to true.