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 SourceMaxHeight
Gets or sets a value for the maximum resize height.
Declaration
public int MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxWidth
Gets or sets a value for the maximum resize width.
Declaration
public int MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |