diff options
Diffstat (limited to 'public/fpdf_edit.h')
-rw-r--r-- | public/fpdf_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index 023d955d00..74c2700733 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -66,6 +66,8 @@ #define FPDF_PRINTMODE_TEXTONLY 1 #define FPDF_PRINTMODE_POSTSCRIPT2 2 #define FPDF_PRINTMODE_POSTSCRIPT3 3 +#define FPDF_PRINTMODE_POSTSCRIPT2_PASSTHROUGH 4 +#define FPDF_PRINTMODE_POSTSCRIPT3_PASSTHROUGH 5 typedef struct FPDF_IMAGEOBJ_METADATA { // The image width in pixels. |