ActiveReports Developer 7
ImageSizing Enumeration

Determines how a picture should be sized within the image report item area.
Syntax
'Declaration
 
Public Enum ImageSizing 
   Inherits System.Enum
public enum ImageSizing : System.Enum 
Members
MemberDescription
AutoSizeIndicates that the image report item 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 item.
FitProportionalIndicates that the picture should be clipped to fit the image report item and the proportions should be saved.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace