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 
218 
226 
227 
233  bool GetZoomToExtents();
234 
241  CADConvertOptions& SetZoomToExtents(bool value);
242 
243 
244  // @cond PRIVATE_DOC
245  #ifndef SWIGHIDDEN
246  const SDF::Obj& GetInternalObj() const;
247  SDF::Obj& GetInternalObj();
248 
249 private:
250 
251  SDF::ObjSet m_obj_set;
252  SDF::Obj m_dict;
253  #endif
254  // @endcond
255 };
256 
257 }
258 }
259 
260 #include "../Impl/CADConvertOptions.inl"
261 #endif // PDFTRON_H_CPPPDFCADConvertOptions
CADConvertOptions & SetUseScaleFromDocument(bool value)
CADConvertOptions & SetUnderlineTextDataFields(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)