diff options
Diffstat (limited to 'fpdfsdk/include/fpdf_dataavail.h')
-rw-r--r-- | fpdfsdk/include/fpdf_dataavail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h index 971ab2505c..fb061b9bfa 100644 --- a/fpdfsdk/include/fpdf_dataavail.h +++ b/fpdfsdk/include/fpdf_dataavail.h @@ -64,6 +64,8 @@ typedef void* FPDF_AVAIL; * A handle to the document availability provider. NULL for error. * Comments: * Application must call FPDFAvail_Destroy when done with the availability provider. +* Notes: +* The method can not support to load a document which consists of dynamic XFA fields now. */ DLLEXPORT FPDF_AVAIL STDCALL FPDFAvail_Create(FX_FILEAVAIL* file_avail, FPDF_FILEACCESS* file); |