diff options
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index 0b42cac8de..73fe491435 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -11,9 +11,9 @@ typedef void* FPDF_FORMHANDLE; -#define DOCTYPE_PDF 0 // Normal pdf Document +#define DOCTYPE_PDF 0 // Normal pdf Document #define DOCTYPE_DYNIMIC_XFA 1 // Dynimic xfa Document Type -#define DOCTYPE_STATIC_XFA 2 // Static xfa Document Type +#define DOCTYPE_STATIC_XFA 2 // Static xfa Document Type // Exported Functions #ifdef __cplusplus @@ -1104,6 +1104,7 @@ DLLEXPORT void STDCALL FORM_DoDocumentOpenAction(FPDF_FORMHANDLE hHandle); 0x13 // WP, before printing document, JavaScript action. #define FPDFDOC_AACTION_DP \ 0x14 // DP, after printing document, JavaScript action. + /** * Function: FORM_DoDocumentAAction * This method is required for performing the document's |