Class DxfOptions
- Namespace
- Aspose.CAD.ImageOptions
- Assembly
- Aspose.CAD.dll
Class for DXF format output creation options
[ComVisible(false)]
public class DxfOptions : ImageOptionsBase, ITextAsLinesOptions
- Inheritance
-
DxfOptions
- Implements
- Inherited Members
Constructors
Properties
- BezierPointCount
How many points to generate when converting Bezier curves to polylines if OutputMode is Render
- ConvertTextBeziers
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false) f OutputMode is Render
- DxfFileFormat
Gets or sets the DXF file format.
- OriginPosition
Gets or sets the origin position.
- OutputMode
Whether to convert contents to target format as is, or render to lines and then save. Convert mode is only availible for DWG\DXF source formats.
- TextAsLines
Gets or sets a value indicating whether [text as lines] if OutputMode is Render.
- Version
Version of output DXF format