Enum ImageSizeMode
Specifies how an image is positioned within an item.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public enum ImageSizeMode
AutoSize
Grows or shrinks borders of the image item to fit the image.
Center
The image is displayed in the center of the item. If the image is larger than the item, the image is clipped.
Normal
Clips the image to fit the height and width of the item.
ScaleProportional
Resizes the image to match the height and width of the item, preserving the aspect ratio.
Stretch
Resizes the image to match the height and width of the item.