GraphExportOptionsGetDefaultFileNameExtension(ImageFormat) Method |
Returns the default file name extension (including leading dot) for the current image format.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetDefaultFileNameExtension(
ImageFormat imageFormat
)
Parameters
- imageFormat ImageFormat
- The image format for which to retrieve the default extension.
Return Value
StringDefault file name extension (including leading dot) for the current image format
See Also