Click or drag to resize

PdfiumFPDF_RenderPage_Continue Method

Continue rendering a PDF page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static ProgressiveStatus FPDF_RenderPage_Continue(
	IntPtr page,
	IFSDK_PAUSE pause
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
pause  IFSDK_PAUSE
The IFSDK_PAUSE interface.A callback mechanism allowing the page rendering process to be paused before it's finished. This can be NULL if you don't want to pause.

Return Value

ProgressiveStatus
The rendering status. See flags for progressive process status for the details.
Remarks
In Version 2236 of Pdfium this method is always returns RenderFailed if pause is NULL
See Also