WebDAVHelperGetImageResizeValues Method (Int32, Int32, Int32) |
Gets image autoresize values from settings (width, height, maxSideSize).
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax 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