Loading...
Searching...
No Matches
RefreshOptions.h
Go to the documentation of this file.
1#ifndef PDFTRON_H_CPPPDFRefreshOptions
2#define PDFTRON_H_CPPPDFRefreshOptions
3
4#include <PDF/OptionsBase.h>
5
6namespace pdftron{ namespace PDF{
7
9{
10public:
13
14
21
29
30
37
45
46
53
61
62
69
77
78
79 // @cond PRIVATE_DOC
80 #ifndef SWIGHIDDEN
81 SDF::Obj& GetInternalObj();
82
83private:
84
85 SDF::ObjSet m_obj_set;
86 SDF::Obj m_dict;
87 #endif
88 // @endcond
89};
90
91}
92}
93
94#include "../Impl/RefreshOptions.inl"
95#endif // PDFTRON_H_CPPPDFRefreshOptions
RefreshOptions & SetUseRoundedCorners(bool value)
RefreshOptions & SetRefreshExisting(bool value)
RefreshOptions & SetDrawBackgroundOnly(bool value)
RefreshOptions & SetUseNonStandardRotation(bool value)