ImageHelper.GetResizedImageData Method (Int32, Int32, Int32) |
Returns resized image as the data array.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic byte[] GetResizedImageData(
int width,
int height,
int quality
)
Parameters
- width
- Type: System.Int32
Width of the resized image - height
- Type: System.Int32
Height of the resized image - quality
- Type: System.Int32
Thumbnail quality
Return Value
Type:
Byte[]
See Also