Click or drag to resize

PlotRenderingType Enumeration

Defines the rendering modes on color/black & white printers.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public enum PlotRenderingType
Members
  Member nameValueDescription
GrayScale0 Plot output in gray scale. Every color is transformed in its corresponding gray value.
Monochrome1 Plot output in monochrome (always black and white).
Color2 Plot output in color.
See Also