PlotPaperUnit Enumeration
|
This enumerated type represents the units used
for plotting.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum PlotPaperUnit
Public Enumeration PlotPaperUnit
public enum class PlotPaperUnit
Members
| Member name |
Value |
Description |
| Inches |
0 |
Plot in inches. |
| Millimeters |
1 |
Plot in millimeters. |
| Pixels |
2 |
Plot in pixels. |
See Also