Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImagingResizeSettings

    Typed configuration options for image resize settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ImagingResizeSettings

    Properties

    View Source

    MaxHeight

    Gets or sets a value for the maximum resize height.

    Declaration
    public int MaxHeight { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    MaxWidth

    Gets or sets a value for the maximum resize width.

    Declaration
    public int MaxWidth { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MaxHeight
      • MaxWidth
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX