GetHandle() public method

public GetHandle ( ) : IntPtr
return System.IntPtr
Ejemplo n.º 1
0
        public HPdfPage InsertPage(HPdfPage page)
        {
            IntPtr hpage;

            hpage = HPDF_InsertPage(hpdf, page.GetHandle());
            return new HPdfPage(hpage);
        }