Class MagickNetCompressOptions
Inheritance
object
MagickNetCompressOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Imaging
Assembly: Volo.Abp.Imaging.MagickNet.dll
Syntax
public class MagickNetCompressOptions
Constructors
MagickNetCompressOptions()
Declaration
public MagickNetCompressOptions()
Properties
IgnoreUnsupportedFormats
Declaration
public bool IgnoreUnsupportedFormats { get; set; }
Property Value
Type | Description |
---|---|
bool |
Lossless
Declaration
public bool Lossless { get; set; }
Property Value
Type | Description |
---|---|
bool |
OptimalCompression
Declaration
public bool OptimalCompression { get; set; }
Property Value
Type | Description |
---|---|
bool |