Class ImageEncodingOptions
Inheritance
System.Object
ImageEncodingOptions
Assembly: MediaBrowser.Controller.dll
public sealed class ImageEncodingOptions
Properties
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string InputPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? MaxHeight { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? MaxWidth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? Quality { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods