[]
Encoder options supported by the native TIFF codec.
public class TiffOptions : BaseOptions
public TiffOptions()
CompressionQuality of 0.0 means the least efficient compression scheme available, typically resulting in a fast encode but larger output. A value of 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output.
public float? CompressionQuality { get; set; }
Specifies the TIFF compression method.
public WicTiffCompression? TiffCompressionMethod { get; set; }
The default value is DontCare.