Enum Compression

Namespace TallComponents.PDF.Layout

Compression types for Image and ImageShape.

Note that not all compressions are supported for all image formats. If this is the case, the image will be written in it's native format or compressed using Zip if it's an uncompressed image format.

Fields


Zip
Lossless compression. This compression is also known as flate.

Jpeg
Lossy compression. This compression is also known as DCT.

Auto
Use source image compression or Zip if uncompressed.