Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2978)

Unified Diff: core/include/fpdfdoc/fpdf_doc.h

Issue 345123002: Add support to extract viewer preference (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Added more getters Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/src/fpdfdoc/doc_viewerPreferences.cpp » ('j') | fpdfsdk/src/fpdfview.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfdoc/fpdf_doc.h
diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
index cbb0fd4a1147f298357ef732d3600b93894c9a4b..e4cf777c1f9c662ec9d63809ce5990834f233dc5 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;
Vitaly Buka (NO REVIEWS) 2014/06/24 21:53:46 Duplex should return FX_INT32 and we need some def
Nikhil 2014/06/25 09:09:47 Added enum to map possible Duplex values. On 2014
protected:
CPDF_Document* m_pDoc;
« no previous file with comments | « no previous file | core/src/fpdfdoc/doc_viewerPreferences.cpp » ('j') | fpdfsdk/src/fpdfview.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698