Click or drag to resize

PlotModeType Enumeration

Defines the current plotting mode.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public enum PlotModeType
Members
  Member nameValueDescription
Display0 Plots all objects displayed in the drawing area.
Extents1 Plots all objects in the drawing.
Limits2 Plots the current grid limits.
Window3 Plots objects in the area defined by PLimMin and PLimMax.
Centered4 Plots all objects in the drawing centered on the paper.
See Also