Compression types for Image and ImageShape.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum Compression
Visual Basic
Public Enumeration Compression

Members

Member nameValueDescription
Zip0 Lossless compression.
Jpeg1 Lossy compression.
Auto2 Use source image compression or Zip if uncompressed.

Remarks

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.

See Also