CadPlotRotation Enumeration

Plot rotation. CadPlotSettings

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum CadPlotRotation
Members
  Member nameValueDescription
NoRotation0 The no rotation
Counterclockwise90Degrees1 The counterclockwise90 degrees
UpsideDown2 The upside down
Clockwise90Degrees3 The clockwise90 degrees
See Also