Direction

PdfFormattingOptions.Direction property

Sets reading order of text: L2R (left to right) or R2L (right to left). Default: L2R.

public PdfDirection Direction { get; set; }

See Also