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

    Show / Hide Table of Contents

    Class ImageOption

    Inheritance
    System.Object
    ImageOption
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ImageOption

    Properties

    Limit

    Gets or sets the limit.

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    System.Int32

    The limit.

    MinWidth

    Gets or sets the minimum width.

    Declaration
    public int MinWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    The minimum width.

    Type

    Gets or sets the type.

    Declaration
    public ImageType Type { get; set; }
    Property Value
    Type Description
    ImageType

    The type.

    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.