summaryrefslogtreecommitdiff
path: root/core/include/fpdfdoc/fpdf_doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/fpdfdoc/fpdf_doc.h')
-rw-r--r--core/include/fpdfdoc/fpdf_doc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
index cbb0fd4a11..e4cf777c1f 100644
--- a/core/include/fpdfdoc/fpdf_doc.h
+++ b/core/include/fpdfdoc/fpdf_doc.h
@@ -1657,6 +1657,11 @@ public:
FX_BOOL PrintScaling() const;
+ FX_INT32 NumCopies() const;
+
+ CPDF_Array* PrintPageRange() const;
+
+ CFX_ByteString Duplex() const;
protected:
CPDF_Document* m_pDoc;