PdfFormWidget
ImportData Method (String, DataFormat, Boolean)
|
Imports the data.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
String
Name of the file.
-
dataFormat
-
Type:
Spire.Pdf.Widget
DataFormat
The data format.
-
errorFlag
-
Type:
System
Boolean
if it is error flag, set to
true
.
Return Value
Type:
PdfFieldWidgetImportError
See Also