Visual Basic (Declaration) | |
---|---|
Public Enum ImageSizing Inherits System.Enum |
C# | |
---|---|
public enum ImageSizing : System.Enum |
Member | Description |
---|---|
AutoSize | Indicates that the image report control 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 control. |
FitProportional | Indicates that the picture should be clipped to fit the image report control and the proportions should be saved. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Definition.Components.ImageSizing