Loading...
Searching...
No Matches
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
7namespace pdftron{ namespace PDF{
8
10{
11public:
21
24
25
32
40
41
48
56
57
64
72
73
80
88
96
105
106
113
121
122
130
139
146
154
155
162
170
171
178
186
187
193 double GetPageWidth();
194
202
203
209 double GetRasterDPI();
210
218
219
220
228
229
236
244
245
252
260
261
268
276
277
278 // @cond PRIVATE_DOC
279 #ifndef SWIGHIDDEN
280 const SDF::Obj& GetInternalObj() const;
281 SDF::Obj& GetInternalObj();
282
283private:
284
285 SDF::ObjSet m_obj_set;
286 SDF::Obj m_dict;
287 #endif
288 // @endcond
289};
290
291}
292}
293
294#include "../Impl/CADConvertOptions.inl"
295#endif // PDFTRON_H_CPPPDFCADConvertOptions
CADConvertOptions & SetPageHeight(double value)
CADConvertOptions & SetAllowThinLines(bool value)
CADConvertOptions & AddSheets(const UString &value)
CADConvertOptions & SetRasterDPI(double value)
CADConvertOptions & SetIncludeInvisibleLayers(bool value)
CADConvertOptions & SetUnderlineTextDataFields(bool value)
CADConvertOptions & SetBackgroundColor(ColorPt value)
LayoutSortOrder GetLayoutSortOrder()
CADConvertOptions & SetIncludeModel(bool value)
CADConvertOptions & SetLayoutSortOrder(LayoutSortOrder value)
CADConvertOptions & SetAutoRotate(bool value)
CADConvertOptions & SetIncludeNonPlottableLayers(bool value)
CADConvertOptions & SetZoomToExtents(bool value)
CADConvertOptions & SetMaxXrefDepth(UInt32 value)
CADConvertOptions & SetPageWidth(double value)
CADConvertOptions & SetColorMode(const UString &value)
@ e_default_order
Default sort order. In this case there is no explicit sort performed, and pages are placed in the ord...
@ e_alphabetic_order
Alphabetic sort order.
@ e_alphanumeric_order
Alphanumeric sort order (also called natural sort order)
CADConvertOptions & SetUseScaleFromDocument(bool value)
TRN_UInt32 UInt32
Definition BasicTypes.h:13