Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.2.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