Class ImageOptions
Class ImageOptions
Inheritance
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class ImageOptions
Constructors
ImageOptions()
Initializes a new instance of the ImageOptions class.
Declaration
public ImageOptions()
Properties
AddPlayedIndicator
Gets or sets a value indicating whether [add played indicator].
Declaration
public bool AddPlayedIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
BackgroundColor
Gets or sets the color of the background.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the background. |
CropWhitespace
Gets or sets a value indicating whether [crop whitespace].
Declaration
public bool? CropWhitespace { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
EnableImageEnhancers
Gets or sets a value indicating whether [enable image enhancers].
Declaration
public bool EnableImageEnhancers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Format
Gets or sets the format.
Declaration
public ImageFormat? Format { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImageFormat> | The format. |
Height
Gets or sets the height.
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height. |
ImageIndex
Gets or sets the index of the image.
Declaration
public int? ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the image. |
ImageType
Gets or sets the type of the image.
Declaration
public ImageType ImageType { get; set; }
Property Value
Type | Description |
---|---|
ImageType | The type of the image. |
MaxHeight
Gets or sets the height of the max.
Declaration
public int? MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height of the max. |
MaxWidth
Gets or sets the width of the max.
Declaration
public int? MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width of the max. |
PercentPlayed
Gets or sets the percent played.
Declaration
public int? PercentPlayed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The percent played. |
Quality
Gets or sets the quality.
Declaration
public int? Quality { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The quality. |
Tag
Gets or sets the image tag. If set this will result in strong, unconditional response caching
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hash. |
UnPlayedCount
Gets or sets the un played count.
Declaration
public int? UnPlayedCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The un played count. |
Width
Gets or sets the width.
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width. |