 | PdfiumFPDF_ContinueLoadPage Method |
Continue loading a PDF page.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static ProgressiveStatus FPDF_ContinueLoadPage(
IntPtr page,
IFSDK_PAUSE pause
)
Public Shared Function FPDF_ContinueLoadPage (
page As IntPtr,
pause As IFSDK_PAUSE
) As ProgressiveStatus
public:
static ProgressiveStatus FPDF_ContinueLoadPage(
IntPtr page,
IFSDK_PAUSE^ pause
)
static member FPDF_ContinueLoadPage :
page : IntPtr *
pause : IFSDK_PAUSE -> ProgressiveStatus
public static ProgressiveStatus FPDF_ContinueLoadPage(
IntPtr page,
IFSDK_PAUSE pause
)
Patagames.Pdf.Pdfium.FPDF_ContinueLoadPage = function(page, 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
ProgressiveStatusThe loading status.
See Also