Represents a set of settings for the CADPresenter.

The following tables list the members exposed by the CADPresenterSettings type.

Name Description
Public constructor CADPresenterSettings (Overloaded) Initializes a new instance of the CADPresenterSettings class.
Top
Name Description
Public property BackgroundColor Gets or sets a background color of this CADImage.
Public property BorderSize Gets or sets a border size in pixels.
Public property BorderType Gets or sets a border type.
Public property DefaultAngle Gets or sets a default color for the CADImage.
Public property DefaultColor Gets or sets a default color for the CADImage.
Public property DimensionsVisible Gets or sets a value indicating whether dimensions on the drawing are visible.
Public property DrawMode Gets or sets a current drawing mode.
Public property IsDraw3DAxes Gets or sets a value indicating whether 3D axes are shown on the drawing.
Public property IsShowBackground Gets or sets a value indicating using of a BackgroundColor.
Public property IsShowLineWeight Gets or sets a value indicating whether a thickness of lines in the CADImage is determined by the file data.
Public property LineScaled Obsolete. Gets or sets a value indicating whether a width of lines to draw all entities in the drawing is specified by the file data.
Public property LineWeightScale Gets or sets a scale for drawing lines.
Public property NullWidth Gets or sets default thickness for lines used to draw a CADImage.
Public property TTFSmoothing Gets or sets a value indicating whether TTF fonts are smoothed.
Public property TTFSmoothingStyle Gets or sets smoothing style for TTF fonts.
Public property TextVisible Gets or sets a value indicating whether the texts in the CADImage are visible.
Top
Name Description
Public method Assign Copies the settings from a specified CADPresenterSettings object.
Public method Clone Creates a new object that is a copy of the current CADPresenterSettings class instance.
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method RestoreParams Restores the settings of the CADPresenterSettings.
Public method SaveParams Saves the settings of the CADPresenterSettings.
Public method ToString (inherited from Object).
Top