Click or drag to resize
ImageHelperIsSupportedByImageEditor Method
Checks if image format is supported by Image Editor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsSupportedByImageEditor(
	string extension
)

Parameters

extension
Type: SystemString
Format of given image

Return Value

Type: Boolean
True if image format is supported by Image Editor
See Also