diff options
Diffstat (limited to 'fpdfsdk/include/fpdftext.h')
-rw-r--r-- | fpdfsdk/include/fpdftext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/fpdftext.h b/fpdfsdk/include/fpdftext.h index 8b897798e6..143a6c6a8e 100644 --- a/fpdfsdk/include/fpdftext.h +++ b/fpdfsdk/include/fpdftext.h @@ -24,6 +24,8 @@ extern "C" { // Comments: // Application must call FPDFText_ClosePage to release the text page information. // If you don't purchase Text Module , this function will return NULL. +// Notes: +// The method can not support to load out FPDF_TEXTPAGE for the document consists of dynamic fields. // DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(FPDF_PAGE page); |