 | PdfiumFPDFPageObj_Release Method |
Release page object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_Release(
IntPtr handle
)
Public Shared Sub FPDFPageObj_Release (
handle As IntPtr
)
public:
static void FPDFPageObj_Release(
IntPtr handle
)
static member FPDFPageObj_Release :
handle : IntPtr -> unit
public static void FPDFPageObj_Release(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFPageObj_Release = function(handle);
Parameters
- handle IntPtr
- Handle to page object returned by FPDFPageObj_Create(PageObjectTypes).
Remarks
The application should not call this method if object was inserted into page. In this case it would be called automatically.
See Also