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

PdfImage.Intent Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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