ImageHelperImageToBytes Method (Image) |
Converts Image to byte array.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public byte[] ImageToBytes(
Image img
)
Parameters
- img
- Type: System.DrawingImage
Image object
Return Value
Type:
ByteSee Also