Compression types for Image and ImageShape.
Namespace: TallComponents.PDF.LayoutAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Zip | 0 | Lossless compression. | |
| Jpeg | 1 | Lossy compression. | |
| Auto | 2 | 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.