Click or drag to resize

PdfiumFPDFPageObj_SetRenderIntent Method

Set the rendering intent to be used when converting CIE-based colors to device colors.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetRenderIntent(
	IntPtr page_obj,
	RenderIntent renderIntent
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
renderIntent  RenderIntent
The rendering intent to be set.
Remarks
See RenderIntent enumeration for details.
See Also