Reporting

Specifies how an image is positioned within an item.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum ImageSizeMode
Visual Basic
Public Enumeration ImageSizeMode

Members

Member nameValueDescription
AutoSize0 Grows or shrinks borders of the image item to fit the image.
Center1 The image is displayed in the center of the item. If the image is larger than the item, the image is clipped.
Normal2 Clips the image to fit the height and width of the item.
Stretch3 Resizes the image to match the height and width of the item.
ScaleProportional4 Resizes the image to match the height and width of the item, preserving the aspect ratio.

See Also