Click or drag to resize

PdfiumFPDF_ClosePage Method

Close a loaded PDF page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_ClosePage(
	IntPtr page
)

Parameters

page  IntPtr
Handle to the loaded page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
See Also