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 
89 
95  bool GetIncludeModel();
96 
103  CADConvertOptions& SetIncludeModel(bool value);
104 
105 
112 
120 
121 
128 
136 
137 
143  double GetPageHeight();
144 
151  CADConvertOptions& SetPageHeight(double value);
152 
153 
159  double GetPageWidth();
160 
167  CADConvertOptions& SetPageWidth(double value);
168 
169 
175  double GetRasterDPI();
176 
183  CADConvertOptions& SetRasterDPI(double value);
184 
185 
186 
193  CADConvertOptions& AddSheets(const UString& value);
194 
195 
202 
210 
211 
217  bool GetZoomToExtents();
218 
225  CADConvertOptions& SetZoomToExtents(bool value);
226 
227 
228  // @cond PRIVATE_DOC
229  #ifndef SWIGHIDDEN
230  const SDF::Obj& GetInternalObj() const;
231  SDF::Obj& GetInternalObj();
232 
233 private:
234 
235  SDF::ObjSet m_obj_set;
236  SDF::Obj m_dict;
237  #endif
238  // @endcond
239 };
240 
241 }
242 }
243 
244 #include "../Impl/CADConvertOptions.inl"
245 #endif // PDFTRON_H_CPPPDFCADConvertOptions
CADConvertOptions & SetUseScaleFromDocument(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)