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; }
Public Property BitmapCoder As Jb2GenericBitmapCoder
Get
Set
Property Value
Type:
Jb2GenericBitmapCoderRemarks Arithmetic is slower than Mmr but offers higher compression. Default is Arithmetic.
See Also