Click or drag to resize
ImageHelperGetResizedImage Method (Int32)
Returns resized image according to max side size.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public Image GetResizedImage(
	int maxSideSize
)

Parameters

maxSideSize
Type: SystemInt32
Max side size

Return Value

Type: Image
See Also