Render quality for colors.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: 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 nameValueDescription
HighSpeed0 HighSpeed uses a faster algorithm but with less quality ( especially for DeviceCMYK ).
HighQuality1 ICC Based profiles are used to transform colors from the color space to the device. Very good quality, but a bit slower.

See Also