Click or drag to resize
MediaFileInfoProviderShouldResizeInternal Method
Returns true if image should be scaled down.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
protected virtual bool ShouldResizeInternal(
	int maxSideSize,
	int width,
	int height,
	int imageWidth,
	int imageHeight
)

Parameters

maxSideSize
Type: SystemInt32
Max side size
width
Type: SystemInt32
Width
height
Type: SystemInt32
Height
imageWidth
Type: SystemInt32
Image width
imageHeight
Type: SystemInt32
Image height

Return Value

Type: Boolean
See Also