Click or drag to resize

PdfiumFPDFText_ClosePage Method

Release all resources allocated for a text page information structure

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

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function
See Also