All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SanitizeOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFSanitizeOptions
3 #define PDFTRON_H_CPPPDFSanitizeOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace PDF{
8 
10 {
11 public:
13  SanitizeOptions(const UString& json);
15 
16 
23  bool GetActions();
24 
32  SanitizeOptions& SetActions(bool value);
33 
34 
41  bool GetBookmarks();
42 
50  SanitizeOptions& SetBookmarks(bool value);
51 
52 
59  bool GetEmbeddedContent();
60 
69 
70 
77  bool GetFormData();
78 
86  SanitizeOptions& SetFormData(bool value);
87 
88 
95  bool GetHiddenLayers();
96 
104  SanitizeOptions& SetHiddenLayers(bool value);
105 
106 
113  bool GetHiddenText();
114 
122  SanitizeOptions& SetHiddenText(bool value);
123 
124 
131  bool GetMarkups();
132 
140  SanitizeOptions& SetMarkups(bool value);
141 
142 
149  bool GetMetadata();
150 
158  SanitizeOptions& SetMetadata(bool value);
159 
160 
168  bool GetOccludedText();
169 
178  SanitizeOptions& SetOccludedText(bool value);
179 
180 
187  bool GetSearchIndices();
188 
196  SanitizeOptions& SetSearchIndices(bool value);
197 
198 
199 };
200 
201 }
202 }
203 
204 #include "../Impl/SanitizeOptions.inl"
205 #endif // PDFTRON_H_CPPPDFSanitizeOptions
SanitizeOptions & SetBookmarks(bool value)
SanitizeOptions & SetSearchIndices(bool value)
SanitizeOptions & SetHiddenLayers(bool value)
SanitizeOptions & SetHiddenText(bool value)
SanitizeOptions & SetActions(bool value)
SanitizeOptions & SetMarkups(bool value)
SanitizeOptions & SetEmbeddedContent(bool value)
SanitizeOptions & SetFormData(bool value)
SanitizeOptions & SetOccludedText(bool value)
SanitizeOptions & SetMetadata(bool value)