Loading...
Searching...
No Matches
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
7namespace pdftron{ namespace PDF{
8
9class ConversionOptions
10{
11public:
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
51protected:
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