Click or drag to resize

PdfiumFPDF_ContinueLoadPage Method

Continue loading a PDF page.

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

Parameters

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

Return Value

ProgressiveStatus
The loading status.
See Also