DocumentDirection

DocumentDirection enumeration

Allows to specify the direction to flow the text in a document.

public enum DocumentDirection

Values

NameValueDescription
LeftToRight0Left to right direction.
RightToLeft1Right to left direction.
Auto2Auto-detect direction.

See Also