All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ConversionOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFConversionOptions
3 #define PDFTRON_H_CPPPDFConversionOptions
4 
5 #include <SDF/ObjSet.h>
6 
7 namespace pdftron{ namespace PDF{
8 
9 class ConversionOptions
10 {
11 public:
12  ConversionOptions();
13  ConversionOptions(const UString& value);
14 
15  virtual ~ConversionOptions();
16 
22  UString GetFileExtension();
23 
30  ConversionOptions& SetFileExtension(const UString& value);
31 
37  bool GetEnableExternalMediaDownloads();
38 
45  ConversionOptions& SetEnableExternalMediaDownloads(bool value);
46 
47  // @cond PRIVATE_DOC
48  #ifndef SWIGHIDDEN
49  SDF::Obj& GetInternalObj();
50 
51 protected:
52  SDF::ObjSet m_obj_set;
53  SDF::Obj m_dict;
54  #endif
55 };
56 
57 }
58 }
59 
60 #include "../Impl/ConversionOptions.inl"
61 #endif // PDFTRON_H_CPPPDFConversionOptions