Class ApiImageOptions
Inheritance
System.Object
ApiImageOptions
Assembly: MediaBrowser.Controller.dll
public class ApiImageOptions
Properties
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int MaxHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MaxWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods