Click or drag to resize

PdfiumFPDF_RenderPage_Close Method

Release the resource allocate during page rendering. Need to be called after finishing rendering or cancel the rendering.

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

Parameters

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