PCBI_ConnectionImportData Method

Imports the data from the given file

Definition

Namespace: PCBI_PDFImport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public IPCBIWindowLoadInformation ImportData(
	string filePath,
	out string errorOrWarning
)

Parameters

filePath  String
full file path
errorOrWarning  String
error or warning string

Return Value

IPCBIWindowLoadInformation

Implements

IPluginDataImporterImportData(String, String)

See Also