Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#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