GetHandle() public méthode

public GetHandle ( ) : IntPtr
Résultat System.IntPtr
Exemple #1
0
        public HPdfPage InsertPage(HPdfPage page)
        {
            IntPtr hpage;

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