Click or drag to resize

BitmapImporterImport(IReadOnlyListString, DataTable, Object, Boolean) Method

Imports an image to a table.

Namespace: Altaxo.Serialization.Bitmaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> filenames,
	DataTable table,
	Object importOptionsObj,
	bool attachDataSource
)

Parameters

filenames  IReadOnlyListString
An array of filenames to import.
table  DataTable
The table the spectra should be imported to.
importOptionsObj  Object

[Missing <param name="importOptionsObj"/> documentation for "M:Altaxo.Serialization.Bitmaps.BitmapImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

attachDataSource  Boolean

[Missing <param name="attachDataSource"/> documentation for "M:Altaxo.Serialization.Bitmaps.BitmapImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

Return Value

String
Null if no error occurs, or an error description.

Implements

IDataFileImporterImport(IReadOnlyListString, DataTable, Object, Boolean)
See Also