 | PdfiumFPDFPageObj_GetRenderIntent Method |
Get the rendering intent to be used when converting CIE-based colors to device colors.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static RenderIntent FPDFPageObj_GetRenderIntent(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetRenderIntent (
page_obj As IntPtr
) As RenderIntent
public:
static RenderIntent FPDFPageObj_GetRenderIntent(
IntPtr page_obj
)
static member FPDFPageObj_GetRenderIntent :
page_obj : IntPtr -> RenderIntent
public static RenderIntent FPDFPageObj_GetRenderIntent(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetRenderIntent = function(page_obj);
Parameters
- page_obj IntPtr
- A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
RenderIntentOne of the values of the
RenderIntent enumeration.
Remarks
See Also