Skip to main content

PdfImage.Intent Property

Gets the name of a color rendering intent to be used in rendering the image.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRenderingIntent? Intent { get; }

Property Value

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