Click or drag to resize

PdfEncoderUseAdvancedImageCompression Property

Allows the PdfEncoder to use JPEG2000 or JBIG2 image compression for color and black and white documents respectively.

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

Property Value

Type: Boolean
Remarks
Documents created with advanced image compression are typically smaller than without, but may not be openable by all versions of Acrobat and will not meet PDF/A compliance. When set to true, this is considered a request to use the DotImage Jpeg2000 encoder for color images and the DotImage JBig2 encoder. These codecs are used only if the associated assemblies are present and if the encoders are licensed.
See Also