Click or drag to resize
ImageHelper Constructor (Byte, Int32, Int32)
Constructor with image data to load.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public ImageHelper(
	byte[] imageData,
	int width,
	int height
)

Parameters

imageData
Type: SystemByte
Image data
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
See Also