Render quality for colors.
Namespace: TallComponents.PDF.Rasterizer.ConfigurationAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0
Syntax
| C# |
|---|
public enum ColorTransformationMode |
| Visual Basic |
|---|
Public Enumeration ColorTransformationMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| HighSpeed | 0 | HighSpeed uses a faster algorithm but with less quality ( especially for DeviceCMYK ). | |
| HighQuality | 1 | ICC Based profiles are used to transform colors from the color space to the device. Very good quality, but a bit slower. |