zhangxiaoming / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

CPDF_LinkList methods made private #200

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure whether such issues are accepted or not but I want to discuss 
about the issue on our usage on pdfium.

In core/include/fpdfdoc/fpdf_doc.h, there is a class named CPDF_LinkList.
In older versions, it exposes CountLinks and GetLink methods and we can easily 
get the list of links on a page but the current version only have 
GetLinkAtPoint.

We want to get access to GetPageLinks method but it's now private.

What is the reason do you make GetPageLinks private?

Thanks in advance,

Takashi Kawasaki

Original issue reported on code.google.com by espresso...@gmail.com on 5 Sep 2015 at 2:18