DwgOptions.OutputMode

DwgOptions.OutputMode property

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.

public CadOutputMode OutputMode { get; set; }

See Also