All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CADConvertOptions.h
Go to the documentation of this file.
1 // This file is autogenerated: please see the codegen template "Options"
2 #ifndef PDFTRON_H_CPPPDFCADConvertOptions
3 #define PDFTRON_H_CPPPDFCADConvertOptions
4 
5 #include <PDF/OptionsBase.h>
6 
7 namespace pdftron{ namespace PDF{
8 
10 {
11 public:
16  {
20  };
21 
24 
25 
31  bool GetAllowThinLines();
32 
40 
41 
47  bool GetAutoRotate();
48 
55  CADConvertOptions& SetAutoRotate(bool value);
56 
57 
64 
72 
73 
80 
87  CADConvertOptions& SetColorMode(const UString& value);
88 
96 
105 
106 
112  bool GetIncludeModel();
113 
120  CADConvertOptions& SetIncludeModel(bool value);
121 
122 
129 
137 
138 
145 
153 
154 
160  double GetPageHeight();
161 
168  CADConvertOptions& SetPageHeight(double value);
169 
170 
176  double GetPageWidth();
177 
184  CADConvertOptions& SetPageWidth(double value);
185 
186 
192  double GetRasterDPI();
193 
200  CADConvertOptions& SetRasterDPI(double value);
201 
202 
203 
210  CADConvertOptions& AddSheets(const UString& value);
211 
212 
219 
227 
228 
235 
243 
244 
250  bool GetZoomToExtents();
251 
258  CADConvertOptions& SetZoomToExtents(bool value);
259 
260 
261  // @cond PRIVATE_DOC
262  #ifndef SWIGHIDDEN
263  const SDF::Obj& GetInternalObj() const;
264  SDF::Obj& GetInternalObj();
265 
266 private:
267 
268  SDF::ObjSet m_obj_set;
269  SDF::Obj m_dict;
270  #endif
271  // @endcond
272 };
273 
274 }
275 }
276 
277 #include "../Impl/CADConvertOptions.inl"
278 #endif // PDFTRON_H_CPPPDFCADConvertOptions
CADConvertOptions & SetUseScaleFromDocument(bool value)
CADConvertOptions & SetUnderlineTextDataFields(bool value)
CADConvertOptions & SetIncludeInvisibleLayers(bool value)
Alphanumeric sort order (also called natural sort order)
CADConvertOptions & AddSheets(const UString &value)
Default sort order. In this case there is no explicit sort performed, and pages are placed in the ord...
CADConvertOptions & SetAllowThinLines(bool value)
CADConvertOptions & SetRasterDPI(double value)
CADConvertOptions & SetPageHeight(double value)
TRN_UInt32 UInt32
Definition: BasicTypes.h:13
CADConvertOptions & SetPageWidth(double value)
CADConvertOptions & SetBackgroundColor(ColorPt value)
CADConvertOptions & SetMaxXrefDepth(UInt32 value)
CADConvertOptions & SetAutoRotate(bool value)
CADConvertOptions & SetColorMode(const UString &value)
CADConvertOptions & SetLayoutSortOrder(LayoutSortOrder value)
CADConvertOptions & SetIncludeModel(bool value)
LayoutSortOrder GetLayoutSortOrder()
CADConvertOptions & SetZoomToExtents(bool value)