Click or drag to resize

PdfStringFormat RightToLeft Property

Gets or sets the value that indicates text direction mode.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool RightToLeft { get; set; }

Property Value

Type: Boolean
Remarks
Note, that this property doesn't change any alignment of the text. property should be set manually to align the text. This property just enables or disables support of right to left approach. If the value is False, the text won't be checked for right to left symbols occurrence.
See Also