| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageSizing Inherits System.Enum  | |
| C# | |
|---|---|
public enum ImageSizing : System.Enum  | |
| Member | Description | 
|---|---|
| AutoSize | Indicates that the image report item should be expanded to fit the picture. | 
| Clip | Indicates that the picture should be clipped to fit. | 
| Fit | Indicates that the picture should be clipped to fit the image report item. | 
| FitProportional | Indicates that the picture should be clipped to fit the image report item and the proportions should be saved. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Definition.Components.ImageSizing