All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DiffOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFDiffOptions
3 #define PDFTRON_H_CPPPDFDiffOptions
4 
5 #include <PDF/OptionsBase.h>
6 #include <PDF/GState.h>
7 
8 namespace pdftron{ namespace PDF{
9 
11 {
12 public:
13  DiffOptions();
14  ~DiffOptions();
15 
16 
22  bool GetAddGroupAnnots();
23 
30  DiffOptions& SetAddGroupAnnots(bool value);
31 
32 
39 
47 
48 
55 
63 
64 
71 
79 
80 
90  double GetLuminosityCompression();
91 
102  DiffOptions& SetLuminosityCompression(double value);
103 
104 
105  // @cond PRIVATE_DOC
106  #ifndef SWIGHIDDEN
107  SDF::Obj& GetInternalObj();
108 
109 private:
110  SDF::ObjSet m_obj_set;
111  SDF::Obj m_dict;
112  #endif
113  // @endcond
114 };
115 
116 }
117 }
118 
119 #include "../Impl/DiffOptions.inl"
120 #endif // PDFTRON_H_CPPPDFDiffOptions
DiffOptions & SetAddGroupAnnots(bool value)
DiffOptions & SetColorB(ColorPt value)
DiffOptions & SetColorA(ColorPt value)
DiffOptions & SetLuminosityCompression(double value)
GState::BlendMode GetBlendMode()
DiffOptions & SetBlendMode(GState::BlendMode value)