All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XFDFExportOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFXFDFExportOptions
3 #define PDFTRON_H_CPPPDFXFDFExportOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace FDF{
8 
10 {
11 public:
14 
15 
22 
30 
31 
37  bool GetWriteImagedata();
38 
46 
47 
48  // @cond PRIVATE_DOC
49  #ifndef SWIGHIDDEN
50  const SDF::Obj& GetInternalObj() const;
51  SDF::Obj& GetInternalObj();
52 
53 private:
54 
55  SDF::ObjSet m_obj_set;
56  SDF::Obj m_dict;
57  #endif
58  // @endcond
59 };
60 
61 }
62 }
63 
64 #include "../Impl/XFDFExportOptions.inl"
65 #endif // PDFTRON_H_CPPPDFXFDFExportOptions
XFDFExportOptions & SetWriteImagedata(bool value)
XFDFExportOptions & SetWriteAnnotationAppearance(bool value)