Represents settings for exporting the current CAD file into other formats.
The following tables list the members exposed by the ExportSettings type.
Public Constructors
| Name | Description | |
|---|---|---|
|
ExportSettings | Initializes a new instance of the ExportSettings class. |
Public Properties
| Name | Description | |
|---|---|---|
|
BackgroundColor | Gets or sets a background color of this CADImage. (inherited from CADPresenterSettings). |
|
BorderSize | Gets or sets a border size in pixels. (inherited from CADPresenterSettings). |
|
BorderType | Gets or sets a border type. (inherited from CADPresenterSettings). |
|
ClearStreamByDisposeOnly | Created stream will be closed when disposing export class |
|
CustomLayoutCollection | |
|
DefaultAngle | Gets or sets a default color for the CADImage. (inherited from CADPresenterSettings). |
|
DefaultColor | Gets or sets a default color for the CADImage. (inherited from CADPresenterSettings). |
|
DimensionsVisible | Gets or sets a value indicating whether dimensions on the drawing are visible. (inherited from CADPresenterSettings). |
|
DrawMode | Gets or sets a current drawing mode. (inherited from CADPresenterSettings). |
|
ImageRectangle | Represents a rectangle that encloses CADImage object. |
|
IsDraw3DAxes | Gets or sets a value indicating whether 3D axes are shown on the drawing. (inherited from CADPresenterSettings). |
|
IsShowBackground | Gets or sets a value indicating using of a BackgroundColor. (inherited from CADPresenterSettings). |
|
IsShowLineWeight | Gets or sets a value indicating whether a thickness of lines in the CADImage is determined by the file data. (inherited from CADPresenterSettings). |
|
LayoutsExportMode | Gets or sets a value specifying which layouts will be exported. |
|
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. (inherited from CADPresenterSettings). |
|
LineWeightScale | Gets or sets a scale for drawing lines. (inherited from CADPresenterSettings). |
|
NullWidth | Gets or sets default thickness for lines used to draw a CADImage. (inherited from CADPresenterSettings). |
|
TTFSmoothing | Gets or sets a value indicating whether TTF fonts are smoothed. (inherited from CADPresenterSettings). |
|
TTFSmoothingStyle | Gets or sets smoothing style for TTF fonts. (inherited from CADPresenterSettings). |
|
TextVisible | Gets or sets a value indicating whether the texts in the CADImage are visible. (inherited from CADPresenterSettings). |
|
XScale | Gets or sets a scale value for export. |
|
XSize | For internal use. |
Public Methods
| Name | Description | |
|---|---|---|
|
Assign | Copies the settings from a specified CADPresenterSettings object. |
|
Clone | Creates a new object that is a copy of the current CADPresenterSettings class instance. (inherited from CADPresenterSettings). |
|
Dispose | (inherited from CADPresenterSettings). |
|
Equals | (Overloaded) (inherited from Object). |
|
GetExportRect | Returns a rectangular area for export. |
|
GetHashCode | (inherited from Object). |
|
GetType | (inherited from Object). |
|
ReferenceEquals | (inherited from Object). |
|
RestoreParams | Restores the settings of the CADPresenterSettings. (inherited from CADPresenterSettings). |
|
SaveParams | Saves the settings of the CADPresenterSettings. (inherited from CADPresenterSettings). |
|
ToString | (inherited from Object). |
See Also