Class ImageInfo
Class ImageInfo
Inheritance
System.Object
ImageInfo
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class ImageInfo
Fields
ImageTag
The image tag
Declaration
public string ImageTag
Field Value
Type | Description |
---|---|
System.String |
Properties
Filename
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
Size
Gets or sets the size.
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The size. |
Width
Gets or sets the width.
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width. |