Click or drag to resize

BitmapImporterGetFileExtensions Method

Gets the file extensions.

Namespace: Altaxo.Serialization.Bitmaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override (IReadOnlyList<string> FileExtensions, string Explanation) GetFileExtensions()

Return Value

ValueTupleIReadOnlyListString, String
A list of file extensions (with dot), and the explanation.

Implements

IDataFileImporterGetFileExtensions
See Also