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

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

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Form field info
width
Type: SystemInt32
Width
height
Type: SystemInt32
Height
maxSideSize
Type: SystemInt32
Max side size
See Also