Click or drag to resize

GraphExportOptionsGetDefaultFileNameExtension(ImageFormat) Method

Returns the default file name extension (including leading dot) for the current image format.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetDefaultFileNameExtension(
	ImageFormat imageFormat
)

Parameters

imageFormat  ImageFormat
The image format for which to retrieve the default extension.

Return Value

String
Default file name extension (including leading dot) for the current image format
See Also