ImageHelperCanResizeImage Method |
Indicates if current image can be resized to the specified dimensions.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also