Class AdjustImageSettings
- Namespace
- Shift.Common.Integration.ImageMagick
- Assembly
- Shift.Common.dll
public class AdjustImageSettings
- Inheritance
-
AdjustImageSettings
- Inherited Members
- Extension Methods
Constructors
AdjustImageSettings()
public AdjustImageSettings()
Properties
Crop
public bool Crop { get; set; }
Property Value
MaxHeight
public int MaxHeight { get; set; }
Property Value
MaxWidth
public int MaxWidth { get; set; }
Property Value
OutputType
public ImageType OutputType { get; set; }