 | PdfiumFPDF_ClosePage Method |
Close a loaded PDF page.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_ClosePage(
IntPtr page
)
Public Shared Sub FPDF_ClosePage (
page As IntPtr
)
public:
static void FPDF_ClosePage(
IntPtr page
)
static member FPDF_ClosePage :
page : IntPtr -> unit
public static void FPDF_ClosePage(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDF_ClosePage = function(page);
Parameters
- page IntPtr
- Handle to the loaded page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
See Also