PlotRenderingType Enumeration
|
Defines the rendering modes on color/black & white printers.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum PlotRenderingType
Public Enumeration PlotRenderingType
public enum class PlotRenderingType
Members
| Member name | Value | Description |
---|
| GrayScale | 0 |
Plot output in gray scale. Every color is transformed in its corresponding gray value.
|
| Monochrome | 1 |
Plot output in monochrome (always black and white).
|
| Color | 2 |
Plot output in color.
|
See Also