Click or drag to resize

DxfSaveConverterSettings Class

DXF / DWG file export setting.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADDxfSaveConverterSettings

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class DxfSaveConverterSettings

The DxfSaveConverterSettings type exposes the following members.

Constructors
  NameDescription
Protected methodDxfSaveConverterSettings
Initializes a new instance of the DxfSaveConverterSettings class
Top
Properties
  NameDescription
Public propertyConvertBlackToWhite
Get or set whether to convert black to white.
Public propertyDrawingConvertMode
Get or set conversion method of paper and partial drawing.
Public propertyDxfFileVersion
Get or set the data format of DXF / DWG file.
Public propertyExplodeDimension
Get or set whether or not to decompose dimensions.
Public propertyExplodeDrawComponentFeature
Get or set whether to decompose the drawing parts.
Public propertyHorizontalTextToTrueTypeFont
Get or set whether to use horizontal text as TrueType font.
Public propertyImageFileFormat
Get or set the save file format of the image.
Public propertyTextHeightAdjustMode
Get or set the character height adjustment mode.
Public propertyTextHeightScale
Get or set the adjustment ratio of character height.
Public propertyTextLocateAlignmentBaseline
Get or set whether to convert horizontal alignment character alignment to "left alignment", "center", or "right alignment".
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also