ImageHelperGetResizedImageData Method (Int32, Int32) |
Returns resized image as the data array. For quality is used DefaultQuality.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public byte[] GetResizedImageData(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Width of the resized image - height
- Type: SystemInt32
Height of the resized image
Return Value
Type:
ByteSee Also