All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RefreshOptions.h
Go to the documentation of this file.
1 #ifndef PDFTRON_H_CPPPDFRefreshOptions
2 #define PDFTRON_H_CPPPDFRefreshOptions
3 
4 #include <PDF/OptionsBase.h>
5 
6 namespace pdftron{ namespace PDF{
7 
9 {
10 public:
13 
14 
20  bool GetDrawBackgroundOnly();
21 
29 
30 
36  bool GetRefreshExisting();
37 
45 
46 
53 
61 
62 
68  bool GetUseRoundedCorners();
69 
77 
78 
79  // @cond PRIVATE_DOC
80  #ifndef SWIGHIDDEN
81  SDF::Obj& GetInternalObj();
82 
83 private:
84 
85  SDF::ObjSet m_obj_set;
86  SDF::Obj m_dict;
87  #endif
88  // @endcond
89 };
90 
91 }
92 }
93 
94 #include "../Impl/RefreshOptions.inl"
95 #endif // PDFTRON_H_CPPPDFRefreshOptions
RefreshOptions & SetRefreshExisting(bool value)
RefreshOptions & SetUseRoundedCorners(bool value)
RefreshOptions & SetUseNonStandardRotation(bool value)
RefreshOptions & SetDrawBackgroundOnly(bool value)