Skip to main content
A newer version of this page is available. .

PdfRenderingIntent Enum

Lists rendering intents that determine how a color management system handles color conversion from one color space to another.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

[PdfDefaultField(PdfRenderingIntent.RelativeColorimetric)]
[PdfSupportUndefinedValue]
public enum PdfRenderingIntent

Members

Name Description
AbsoluteColorimetric

Colors shall be represented solely with respect to the light source; no correction shall be made for the output medium’s white point (such as the color of unprinted paper).

RelativeColorimetric

Colors shall be represented with respect to the combination of the light source and the output medium’s white point (such as the color of unprinted paper).

Saturation

Colors shall be represented in a manner that preserves or emphasizes saturation.

Perceptual

Colors shall be represented in a manner that provides a pleasing perceptual appearance.

Related API Members

The following properties accept/return PdfRenderingIntent values:

Remarks

Values listed by this enumeration are returned by the PdfImage.Intent property.

See Also