officefileapi-devexpress-dot-pdf-37470074.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
[PdfDefaultField(PdfRenderingIntent.RelativeColorimetric)]
[PdfSupportUndefinedValue]
public enum PdfRenderingIntent
<PdfDefaultField(PdfRenderingIntent.RelativeColorimetric)>
<PdfSupportUndefinedValue>
Public Enum PdfRenderingIntent
| 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.
|
The following properties accept/return PdfRenderingIntent values:
Values listed by this enumeration are returned by the PdfImage.Intent property.
See Also