Back to Devexpress

PdfRenderingIntent Enum

officefileapi-devexpress-dot-pdf-37470074.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfRenderingIntent.RelativeColorimetric)]
[PdfSupportUndefinedValue]
public enum PdfRenderingIntent
vb
<PdfDefaultField(PdfRenderingIntent.RelativeColorimetric)>
<PdfSupportUndefinedValue>
Public Enum PdfRenderingIntent

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Pdf Namespace