'Declaration Public Enum ImageSizing Inherits System.Enum
public enum ImageSizing : System.Enum
'Declaration Public Enum ImageSizing Inherits System.Enum
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