Index: public/fpdf_dataavail.h |
diff --git a/public/fpdf_dataavail.h b/public/fpdf_dataavail.h |
index 0fadace20d3864affe8e200a62db6f6eaee2513f..0f8ff7d6d7c02a03c56335a0f2733abc0e1a4ba3 100644 |
--- a/public/fpdf_dataavail.h |
+++ b/public/fpdf_dataavail.h |
@@ -14,9 +14,11 @@ |
#define PDF_LINEARIZATION_UNKNOWN -1 |
#define PDF_NOT_LINEARIZED 0 |
#define PDF_LINEARIZED 1 |
+ |
#define PDF_DATA_ERROR -1 |
#define PDF_DATA_NOTAVAIL 0 |
#define PDF_DATA_AVAIL 1 |
+ |
#define PDF_FORM_ERROR -1 |
#define PDF_FORM_NOTAVAIL 0 |
#define PDF_FORM_AVAIL 1 |
@@ -72,9 +74,6 @@ typedef void* FPDF_AVAIL; |
* 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); |