All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MergeXFDFOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFMergeXFDFOptions
3 #define PDFTRON_H_CPPPDFMergeXFDFOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace PDF{
8 
10 {
11 public:
14 
15 
21  bool GetForce();
22 
29  MergeXFDFOptions& SetForce(bool value);
30 
31 
32  // @cond PRIVATE_DOC
33  #ifndef SWIGHIDDEN
34  const SDF::Obj& GetInternalObj() const;
35  SDF::Obj& GetInternalObj();
36 
37 private:
38 
39  SDF::ObjSet m_obj_set;
40  SDF::Obj m_dict;
41  #endif
42  // @endcond
43 };
44 
45 }
46 }
47 
48 #include "../Impl/MergeXFDFOptions.inl"
49 #endif // PDFTRON_H_CPPPDFMergeXFDFOptions
MergeXFDFOptions & SetForce(bool value)