 | PdfiumFPDF_RenderPage_Close Method |
Release the resource allocate during page rendering. Need to be called after finishing rendering or cancel the rendering.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_RenderPage_Close(
IntPtr page
)
Public Shared Sub FPDF_RenderPage_Close (
page As IntPtr
)
public:
static void FPDF_RenderPage_Close(
IntPtr page
)
static member FPDF_RenderPage_Close :
page : IntPtr -> unit
public static void FPDF_RenderPage_Close(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDF_RenderPage_Close = function(page);
Parameters
- page IntPtr
- Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
See Also