Click or drag to resize
ImageHelper.LoadImage Method
Load image data.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public bool LoadImage(
	byte[] img
)

Parameters

img
Type:System.Byte[]
Image data to load

Return Value

Type: Boolean
See Also