ImageHelperGetBytes Method |
Gets the binary data for the given image
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static byte[] GetBytes(
Image img,
ImageFormat format
)
Parameters
- img
- Type: System.DrawingImage
Image - format
- Type: System.Drawing.ImagingImageFormat
Format of the output
Return Value
Type:
ByteSee Also