Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfImage.Intent Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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.

See Also