Click or drag to resize
WebDAVHelperGetImageResizeValues Method (Int32, Int32, Int32)
Gets image autoresize values from settings (width, height, maxSideSize).

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static void GetImageResizeValues(
	ref int width,
	ref int height,
	ref int maxSideSize
)

Parameters

width
Type: SystemInt32
Width
height
Type: SystemInt32
Height
maxSideSize
Type: SystemInt32
Max side size
See Also