TextObjectIsRTL Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Determines whether the specified text direction is RTL.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static bool IsRTL(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: Boolean
true if the specified text is RTL; otherwise, false.
See Also

Reference