Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / pdfium / core / include / fpdfdoc / fpdf_doc.h
index cbb0fd4..e4cf777 100644 (file)
@@ -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;