![]() | PdfiumFPDFOBJ_ |
public static IntPtr FPDFOBJ_Clone( IntPtr obj_handle, bool bDirect = false )
Public Shared Function FPDFOBJ_Clone ( obj_handle As IntPtr, Optional bDirect As Boolean = false ) As IntPtr
public: static IntPtr FPDFOBJ_Clone( IntPtr obj_handle, bool bDirect = false )
static member FPDFOBJ_Clone : obj_handle : IntPtr * ?bDirect : bool (* Defaults: let _bDirect = defaultArg bDirect false *) -> IntPtr
public static IntPtr FPDFOBJ_Clone( IntPtr obj_handle, boolean bDirect = false )
Patagames.Pdf.Pdfium.FPDFOBJ_Clone = function(obj_handle, bDirect);
Call FPDFOBJ_Release(IntPtr) method when you no longer need to use a PDF object.
bDirect should be False to keep indirect objects as is; True to convert indirect objects to direct objects.