Click or drag to resize
ImageHelperGetResizedImageData Method (Int32, Int32, Int32)
Returns resized image as the data array.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public byte[] GetResizedImageData(
	int width,
	int height,
	int quality
)

Parameters

width
Type: SystemInt32
Width of the resized image
height
Type: SystemInt32
Height of the resized image
quality
Type: SystemInt32
Thumbnail quality

Return Value

Type: Byte
See Also