Back to Devexpress

PdfImage.Intent Property

officefileapi-devexpress-dot-pdf-dot-pdfimage-5d25bacf.md

latest1.8 KB
Original Source

PdfImage.Intent Property

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

Declaration

csharp
public PdfRenderingIntent? Intent { get; }
vb
Public ReadOnly Property Intent As PdfRenderingIntent?

Property Value

TypeDescription
Nullable<PdfRenderingIntent>

A nullable PdfRenderingIntent enumeration value that is the name of a color rendering intent.

|

Available values:

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.

|

See Also

PdfImage Class

PdfImage Members

DevExpress.Pdf Namespace