Enum TextOrientation
Enum TextOrientation
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the orientation of text when writing.
[ComVisible(true)]
public enum TextOrientation
Fields
Mixed = 0
Text orientation is mixed, allowing both upright and sideways text.
Sideways = 2
Text orientation is sideways.
Upright = 1
Text orientation is upright.