Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.