PlotOrientationType Enumeration
|
Defines the rotation type.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum PlotOrientationType
Public Enumeration PlotOrientationType
public enum class PlotOrientationType
Members
| Member name | Value | Description |
---|
| Portrait | 0 |
The drawing is plotted vertical.
|
| Landscape | 1 |
The drawing is plotted horizontal.
|
See Also