| ImageHelper Constructor (Byte, Int32, Int32) | 
            Constructor with image data to load.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic 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