ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / ImageResizeMode Enumeration

In This Topic
    ImageResizeMode Enumeration
    In This Topic
    The resize mode that BinaryImage will use to resize the image.
    Syntax
    'Declaration
     
    Public Enum ImageResizeMode 
       Inherits System.Enum
    public enum ImageResizeMode : System.Enum 
    Members
    MemberDescription
    CropThe image will be trimmed.
    FillThe image will be sized to fill both given dimensions.
    FitThe image will be sized to fill both given dimensions.
    NoneDefault, do nothing.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1BinaryImage.ImageResizeMode

    See Also