Click or drag to resize

PdfiumFPDFPageObj_GetRenderIntent Method

Get 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 RenderIntent FPDFPageObj_GetRenderIntent(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

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