ImageManagerGetImageOutputFormatExt Method (ImageFileFormat) |
Retrieves the standard file extension for the specified format (e.g. ".gif" for GIF files).
Namespace:
NetQuarry.Util.Image
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetImageOutputFormatExt(
ImageFileFormat fmt
)
Public Shared Function GetImageOutputFormatExt (
fmt As ImageFileFormat
) As String
Parameters
- fmt
- Type: NetQuarry.Util.ImageImageFileFormat
The format in question.
Return Value
Type:
StringThe standard file extension for the specified format.
See Also