Click or drag to resize

RenderIntent Enumeration

Represents the rendering intent

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum RenderIntent
Members
Member nameValueDescription
RelativeColorimetric0 Colors are represented with respect to the combination of the light source and the output medium’s white point (such as the color of unprinted paper).
AbsoluteColorimetric1 Colors are represented solely with respect to the light source; no correction is made for the output medium’s white point (such as the color of unprinted paper).
Saturation2 Colors are represented in a manner that preserves or emphasizes saturation.
Perceptual3 Colors are represented in a manner that provides a pleasing perceptual appearance.
See Also