Jpeg2000Options
Class Jpeg2000Options
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
Jpeg2000 options
public class Jpeg2000Options : ImageOptions, IDisposable
Inheritance
object ← ImageOptions ← Jpeg2000Options
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Jpeg2000Options()
Initializes a new instance of the
public Jpeg2000Options()
Properties
Codec
Gets or sets the codec.
public Jpeg2000Codec Codec { get; set; }
Property Value
Jpeg2000Codec
Exceptions
Unexepected option type
CompressionRatios
Gets or sets the compression ratios.
public int[] CompressionRatios { get; set; }
Property Value
int[]
Exceptions
Unexepected option type
Irreversible
Gets or sets a value indicating whether this
public bool Irreversible { get; set; }
Property Value
Exceptions
Unexepected option type