 | PdfiumFPDFOBJ_Release Method |
Delete PDF object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFOBJ_Release(
IntPtr obj_handle
)
Public Shared Sub FPDFOBJ_Release (
obj_handle As IntPtr
)
public:
static void FPDFOBJ_Release(
IntPtr obj_handle
)
static member FPDFOBJ_Release :
obj_handle : IntPtr -> unit
public static void FPDFOBJ_Release(
IntPtr obj_handle
)
Patagames.Pdf.Pdfium.FPDFOBJ_Release = function(obj_handle);
Parameters
- obj_handle IntPtr
- Handle to the PDF object
See Also