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<Pdf |
A nullable Pdf |
Available values:
Name | Description |
---|---|
Absolute |
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). |
Relative |
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. |