public HPdfPage InsertPage(HPdfPage page) { IntPtr hpage; hpage = HPDF_InsertPage(hpdf, page.GetHandle()); return new HPdfPage(hpage); }