ImageManagerGetImageOutputFormatExt Method |
Retrieves the standard file extension for the image's output 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 string GetImageOutputFormatExt()
Public Function GetImageOutputFormatExt As String
Return Value
Type:
StringThe standard file extension for the image format.
See Also