ActiveReports 8
ImageSizing Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace : ImageSizing Enumeration

Glossary Item Box

Determines how a picture should be sized within the image report control area.

Syntax

Visual Basic (Declaration) 
Public Enum ImageSizing 
   Inherits System.Enum
C# 
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