Checks whether the image should be processed (resized) by the Image manager (if the destination size is smaller).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- atInfo
- Type: CMS.DocumentEngine AttachmentInfo
Attachment info to check
- width
- Type: System Int32
New width
- height
- Type: System Int32
New height
- maxSideSize
- Type: System Int32
Max side size
Return Value
Type: BooleanSee Also