View Source
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
public class ApiMediaWithCrops : IApiMedia
Constructors
View Source
Declaration
public ApiMediaWithCrops(IApiMedia inner, ImageCropperValue.ImageCropperFocalPoint focalPoint, IEnumerable<ImageCropperValue.ImageCropperCrop>? crops)
Parameters
Properties
View Source
Declaration
public int? Bytes { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Declaration
public IEnumerable<ImageCropperValue.ImageCropperCrop>? Crops { get; }
Property Value
View Source
Declaration
public string Extension { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public ImageCropperValue.ImageCropperFocalPoint FocalPoint { get; }
Property Value
View Source
Declaration
public int? Height { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Declaration
Property Value
View Source
Declaration
public string MediaType { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
Declaration
public string Url { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public int? Width { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|