CadPlotLayoutFlag Enumeration |
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax[FlagsAttribute]
public enum CadPlotLayoutFlag
<FlagsAttribute>
Public Enumeration CadPlotLayoutFlag
[FlagsAttribute]
public enum class CadPlotLayoutFlag
[<FlagsAttribute>]
type CadPlotLayoutFlag
Members
| Member name | Value | Description |
---|
| PlotViewportBorders | 1 |
The plot viewport borders
|
| ShowPlotStyles | 2 |
The show plot styles
|
| PlotCentered | 4 |
The plot centered
|
| PlotHidden | 8 |
The plot hidden
|
| UseStandardScale | 16 |
The use standard scale
|
| PlotPlotStyles | 32 |
The plot plot styles
|
| ScaleLineWeights | 64 |
The scale line weights
|
| PrintLineWeights | 128 |
The print line weights
|
| DrawViewportsFirst | 512 |
The draw viewports first
|
| ModelType | 1024 |
The model type
|
| UpdatePaper | 2048 |
The update paper
|
| ZoomToPaperOnUpdate | 4096 |
The zoom to paper on update
|
| Initializing | 8192 |
The initializing
|
| PrevPlotInit | 16384 |
The previous plot initialize
|
See Also