Import |
public class ImportSettings : BaseImportSettings
The ImportSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImportSettings | Initializes a new instance of the ImportSettings class |
Name | Description | |
---|---|---|
![]() | Append | Appends the vectors, otherwise all layers will be cleared. |
![]() | Center |
Center the vector graphic's XY coordinates.
(Inherited from BaseImportSettings) |
![]() | FilePath |
The file path.
(Inherited from BaseImportSettings) |
![]() | FlipHorizontally |
Flips the vector graphic horizontally.
(Inherited from BaseImportSettings) |
![]() | FlipVertically |
Flips the vector graphic vertically.
(Inherited from BaseImportSettings) |
![]() | FlipZ |
Flips the z coordinates.
(Inherited from BaseImportSettings) |
![]() | ImportHiddenElements | Imports DXF elements even if marked as invisible. |
![]() | OptimizationSettings | Settings for optimizations done after import. |
![]() | OverwritePens | Flag to indicate whether the imported pens overwrite the existing pens in the holder. |
![]() | ScaleSize |
The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale.
(Inherited from BaseImportSettings) |
![]() | SinglePen | Flag to indicate whether only a single pen should be used. |
![]() | TextAsVectors |
Converts text objects into vectors. Otherwise a text layer is generated for each text object.
(Inherited from BaseImportSettings) |
![]() | UnitScale |
The unit scale of the imported vector graphic. The imported graphic will be scaled to this value.
Only used if ScaleSize is null.
(Inherited from BaseImportSettings) |
![]() | ZAlignment |
Alignment mode for z. Aligns selected edge to ZReference (Inherited from BaseImportSettings) |
![]() | ZReference |
Z coordinate used for alignment ZAlignment.
(Inherited from BaseImportSettings) |