Click or drag to resize

AsciiExporter(AsciiExportOptions) Constructor

Initializes a new instance of the AsciiExporter class.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiExporter(
	AsciiExportOptions options
)

Parameters

options  AsciiExportOptions
The export options to use.
See Also