Click or drag to resize

PdfPageObjectRenderIntent Property

Gets or sets the rendering intent to be used when converting CIE-based colors to device colors.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public RenderIntent RenderIntent { get; set; }

Property Value

RenderIntent
One of the values of the RenderIntent enumeration.
Remarks
See RenderIntent enumeration for details.
See Also