ImageHelperIsSupportedByImageEditor Method |
Checks if image format is supported by Image Editor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsSupportedByImageEditor(
string extension
)
Parameters
- extension
- Type: SystemString
Format of given image
Return Value
Type:
BooleanTrue if image format is supported by Image Editor
See Also