Base |
public abstract class BaseImportSettings
The BaseImportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseImportSettings | Initializes a new instance of the BaseImportSettings class |
| Name | Description | |
|---|---|---|
| Center | Center the vector graphic's XY coordinates. | |
| FilePath | The file path. | |
| FlipHorizontally | Flips the vector graphic horizontally. | |
| FlipVertically | Flips the vector graphic vertically. | |
| FlipZ | Flips the z coordinates. | |
| ScaleSize | The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale. | |
| TextAsVectors | Converts text objects into vectors. Otherwise a text layer is generated for each text object. | |
| UnitScale | The unit scale of the imported vector graphic. The imported graphic will be scaled to this value. Only used if ScaleSize is null. | |
| ZAlignment | Alignment mode for z. Aligns selected edge to ZReference | |
| ZReference | Z coordinate used for alignment ZAlignment. |