Indicates if this character is part of a right to left flow of text.
Object.defineProperty(DocumentCharacter.prototype, 'isRightToLeft',
get: function(),
set: function(value)
)
isRightToLeft: boolean;
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.
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