ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ImageSizing Enumeration

In This Topic
    ImageSizing Enumeration
    In This Topic
    Specifies types of image sizing.
    Syntax
    'Declaration
     
    Public Enum ImageSizing 
       Inherits System.Enum
    public enum ImageSizing : System.Enum 
    Members
    MemberDescription
    AutoSizeThe object should grow/shrink to accommodate the image.
    ClipThe object should be clipped to fit.
    FitThe object is resized to exactly match the height and width of the image element.
    FitProportionalThe object should be resized to fit, preserving aspect ratio.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ImageSizing

    See Also