2#ifndef PDFTRON_H_CPPPDFCADConvertOptions
3#define PDFTRON_H_CPPPDFCADConvertOptions
280 const SDF::Obj& GetInternalObj()
const;
294#include "../Impl/CADConvertOptions.inl"
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()
bool GetUnderlineTextDataFields()
CADConvertOptions & SetIncludeModel(bool value)
CADConvertOptions & SetLayoutSortOrder(LayoutSortOrder value)
CADConvertOptions & SetAutoRotate(bool value)
CADConvertOptions & SetIncludeNonPlottableLayers(bool value)
CADConvertOptions & SetZoomToExtents(bool value)
bool GetIncludeNonPlottableLayers()
CADConvertOptions & SetMaxXrefDepth(UInt32 value)
bool GetUseScaleFromDocument()
CADConvertOptions & SetPageWidth(double value)
bool GetIncludeInvisibleLayers()
ColorPt GetBackgroundColor()
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)