Enum
ImageSizeMode

Specifies how an image is positioned within an item.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum ImageSizeMode

Fields

AutoSize

Grows or shrinks borders of the image item to fit the image.

Declaration

cs-api-definition
AutoSize = 0

Field Value

ImageSizeMode

Center

The image is displayed in the center of the item. If the image is larger than the item, the image is clipped.

Declaration

cs-api-definition
Center = 1

Field Value

ImageSizeMode

Normal

Clips the image to fit the height and width of the item.

Declaration

cs-api-definition
Normal = 2

Field Value

ImageSizeMode

ScaleProportional

Resizes the image to match the height and width of the item, preserving the aspect ratio.

Declaration

cs-api-definition
ScaleProportional = 4

Field Value

ImageSizeMode

Stretch

Resizes the image to match the height and width of the item.

Declaration

cs-api-definition
Stretch = 3

Field Value

ImageSizeMode