Click or drag to resize
ImageHelperLoadImage 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: SystemByte
Image data to load

Return Value

Type: Boolean
See Also