Click or drag to resize

Jb2EncoderBitmapCoder Property

Gets or sets the bitmap coder to be used during compression.

Namespace:  Atalasoft.Imaging.Codec.Jbig2
Assembly:  Atalasoft.dotImage.Jbig2 (in Atalasoft.dotImage.Jbig2.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Jb2GenericBitmapCoder BitmapCoder { get; set; }

Property Value

Type: Jb2GenericBitmapCoder
Remarks
Arithmetic is slower than Mmr but offers higher compression. Default is Arithmetic.
See Also