Enum PlotFlags
Defines the plot settings flag.
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
[Flags]
public enum PlotFlags
Remarks
Bit flag.
Fields
| Name | Description |
|---|---|
| DrawViewportsFirst | Draw viewports first. |
| Initializing | Initializing. |
| ModelType | Model type. |
| PlotCentered | Plot centered. |
| PlotHidden | Plot hidden. |
| PlotPlotStyles | Plot styles. |
| PlotViewportBorders | Plot viewport borders. |
| PrevPlotInit | Preview plot initialization. |
| PrintLineweights | Print line weights. |
| ScaleLineweights | Scale line weights. |
| ShowPlotStyles | Show plot styles. |
| UpdatePaper | Update paper. |
| UseStandardScale | Use standard scale. |
| ZoomToPaperOnUpdate | Soon to paper on update. |