Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageUrlGenerationOptions

    These are options that are passed to the IImageUrlGenerator implementation to determine the propery URL that is needed

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ImageUrlGenerationOptions

    Constructors

    View Source

    ImageUrlGenerationOptions(String)

    Declaration
    public ImageUrlGenerationOptions(string imageUrl)
    Parameters
    Type Name Description
    System.String imageUrl

    Properties

    View Source

    AnimationProcessMode

    Declaration
    public string AnimationProcessMode { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CacheBusterValue

    Declaration
    public string CacheBusterValue { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Crop

    Declaration
    public ImageUrlGenerationOptions.CropCoordinates Crop { get; set; }
    Property Value
    Type Description
    ImageUrlGenerationOptions.CropCoordinates
    View Source

    DefaultCrop

    Declaration
    public bool DefaultCrop { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    FocalPoint

    Declaration
    public ImageUrlGenerationOptions.FocalPointPosition FocalPoint { get; set; }
    Property Value
    Type Description
    ImageUrlGenerationOptions.FocalPointPosition
    View Source

    FurtherOptions

    Declaration
    public string FurtherOptions { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Height

    Declaration
    public int? Height { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    HeightRatio

    Declaration
    public decimal? HeightRatio { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    View Source

    ImageCropAnchor

    Declaration
    public string ImageCropAnchor { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ImageCropMode

    Declaration
    public string ImageCropMode { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ImageUrl

    Declaration
    public string ImageUrl { get; }
    Property Value
    Type Description
    System.String
    View Source

    Quality

    Declaration
    public int? Quality { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    UpScale

    Declaration
    public bool UpScale { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Width

    Declaration
    public int? Width { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    WidthRatio

    Declaration
    public decimal? WidthRatio { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImageUrlGenerationOptions(String)
    • Properties
      • AnimationProcessMode
      • CacheBusterValue
      • Crop
      • DefaultCrop
      • FocalPoint
      • FurtherOptions
      • Height
      • HeightRatio
      • ImageCropAnchor
      • ImageCropMode
      • ImageUrl
      • Quality
      • UpScale
      • Width
      • WidthRatio
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX