officefileapi-devexpress-dot-pdf-dot-pdfimage-5d25bacf.md
Gets the name of a color rendering intent to be used in rendering the image.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public PdfRenderingIntent? Intent { get; }
Public ReadOnly Property Intent As PdfRenderingIntent?
| Type | Description |
|---|---|
| Nullable<PdfRenderingIntent> |
A nullable PdfRenderingIntent enumeration value that is the name of a color rendering intent.
|
Available values:
| 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.
|
See Also