Click or drag to resize
ImageHelperCanResizeImage Method
Indicates if current image can be resized to the specified dimensions.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public bool CanResizeImage(
	int width,
	int height,
	int maxSideSize
)

Parameters

width
Type: SystemInt32
Required width
height
Type: SystemInt32
Required height
maxSideSize
Type: SystemInt32
Required max side size

Return Value

Type: Boolean
See Also