linmaogithub / pdfium

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

some useful functions have been removed in the 2484 release #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
some useful functions have been removed in the 2484 release

pInterForm->CountControls
pInterForm->GetControl
pInterForm->IsValidFormControl
pInterForm->CountPageControls
pInterForm->GetPageControl
pInterForm->ReloadForm

Original issue reported on code.google.com by PRumyant...@gmail.com on 23 Aug 2015 at 3:55

GoogleCodeExporter commented 8 years ago
None of those functions were being used in PDFium. PDFium should be used via 
the headers in the public/ directories. If you are using CPDF_InterForm 
directly, then you are on your own since there's no guarantees for internal 
code to stay the same.

Original comment by thestig@chromium.org on 31 Aug 2015 at 5:52