Represents settings for exporting the current CAD file into PDF format.
The following tables list the members exposed by the PDFExportSettings type.
Public Constructors
| Name | Description | |
|---|---|---|
|
PDFExportSettings | Initializes a new instance of the PDFExportSettings 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). |
|
Centered | Specifies if a page is aligned to center. |
|
ClearStreamByDisposeOnly | Created stream will be closed when disposing export class (inherited from ExportSettings). |
|
ClipRectangle | Gets or sets clipping rectangle. |
|
CustomLayoutCollection | (inherited from ExportSettings). |
|
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. (inherited from ExportSettings). |
|
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. (inherited from ExportSettings). |
|
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). |
|
Margins | Gets or sets margins for the page. |
|
NullWidth | Gets or sets default thickness for lines used to draw a CADImage. (inherited from CADPresenterSettings). |
|
PageHeight | Gets or sets a height of PDF document page. |
|
PageWidth | Gets or sets a width of PDF document page. |
|
Precision | Gets or sets precision of PDF document. |
|
Quality | Gets or sets a quality of PDF document. |
|
Shift | For internal use. |
|
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. (inherited from ExportSettings). |
|
XSize | For internal use. (inherited from ExportSettings). |
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). |
|
GetClipRect | Returns a clipping rectangle. |
|
GetExportRect | Returns a rectangular area for export. |
|
GetHashCode | (inherited from Object). |
|
GetMarginRect | Returns a rectangle formed by margins. |
|
GetType | (inherited from Object). |
|
HasClipRect | Returns a value, specifying if clipping rectangle is defined. |
|
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). |
Fields
| Name | Description | |
|---|---|---|
|
MMPerInch | Specifies a ratio between millimeters and inches for PDF export. |
|
MMPerPDFUnit | Specifies a ratio between millimeters and PDF units for PDF export. |
See Also