 | PdfiumFPDFText_ClosePage Method |
Release all resources allocated for a text page information structure
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFText_ClosePage(
IntPtr text_page
)
Public Shared Sub FPDFText_ClosePage (
text_page As IntPtr
)
public:
static void FPDFText_ClosePage(
IntPtr text_page
)
static member FPDFText_ClosePage :
text_page : IntPtr -> unit
public static void FPDFText_ClosePage(
IntPtr text_page
)
Patagames.Pdf.Pdfium.FPDFText_ClosePage = function(text_page);
Parameters
- text_page IntPtr
- Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function
See Also