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.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetDefaultFileNameExtension(
	ImageFormat imageFormat
)

Parameters

imageFormat  ImageFormat

[Missing <param name="imageFormat"/> documentation for "M:Altaxo.Graph.Gdi.GraphExportOptions.GetDefaultFileNameExtension(System.Drawing.Imaging.ImageFormat)"]

Return Value

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