C#
VB
Java
C++
Indicates if this character is part of a right to left flow of text.
public bool IsRightToLeft { get; set; }
Public Property IsRightToLeft() As Boolean
Get
Set
public:
property bool IsRightToLeft
{
bool get()
void set(bool value)
}
public boolean isRightToLeft()
public void setRightToLeft(boolean value)
true if this character is part of a right to left flow of text, otherwise; false.
Set this value to true if this part of the text flow should be right to left, for example, Arabic or Hebrew text.
For an example, refer to DocumentPageText.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET