ActiveReports 12
ImageSizing Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace : ImageSizing Enumeration
Determines how a picture should be sized within the image report control area.
Syntax
'Declaration
 
Public Enum ImageSizing 
   Inherits System.Enum
public enum ImageSizing : System.Enum 
Members
MemberDescription
AutoSizeIndicates that the image report control should be expanded to fit the picture.
ClipIndicates that the picture should be clipped to fit.
FitIndicates that the picture should be clipped to fit the image report control.
FitProportionalIndicates that the picture should be clipped to fit the image report control and the proportions should be saved.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Definition.Components.ImageSizing

Requirements

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace