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. |
Properties
Filename
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System. |
Height
Gets or sets the height.
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System. |
The height. |
ImageIndex
Gets or sets the index of the image.
Declaration
public int? ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |
The index of the image. |
ImageType
Gets or sets the type of the image.
Declaration
public ImageType ImageType { get; set; }
Property Value
Type | Description |
---|---|
Image |
The type of the image. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System. |
The path. |
Size
Gets or sets the size.
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System. |
The size. |
Width
Gets or sets the width.
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System. |
The width. |