Click or drag to resize

PdfDocumentBidiTextMode Property

Gets or sets a value representing the PdfDocument's bidirectional text mode. The default is LeftToRight.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfBidiTextMode BidiTextMode { get; set; }

Property Value

Type: PdfBidiTextMode
Remarks

Setting this property to None will force all text to be displayed left to right. This will ignore the bidirectional algorithm and override the direction of all characters.

Setting this property to LeftToRight or RightToLeft does not limit text input to a specific direction. The bidirection text algorithm will be used to determine the direction for each group of characters, defaulting to the respective direction.

See Also