Document.Direction

Document.Direction property

Gets or sets reading order of text: L2R (left to right) or R2L (right to left).

public Direction Direction { get; set; }

See Also