TextOrientation Enum

TextOrientation enumeration

Specifies the orientation of text when writing.

public enum TextOrientation

Values

NameValueDescription
Mixed0Text orientation is mixed, allowing both upright and sideways text.
Upright1Text orientation is upright.
Sideways2Text orientation is sideways.

See Also