Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsRightToLeft Property






Indicates if this character is part of a right to left flow of text.
Syntax
public bool IsRightToLeft {get; set;}
'Declaration
 
Public Property IsRightToLeft As Boolean
'Usage
 
Dim instance As DocumentCharacter
Dim value As Boolean
 
instance.IsRightToLeft = value
 
value = instance.IsRightToLeft
public boolean isRightToLeft()
public void setRightToLeft(boolean value)
            
public:
property bool IsRightToLeft {
   bool get();
   void set (    bool value);
}

Property Value

true if this character is part of a right to left flow of text, otherwise; false.
Remarks

Set this value to true if this part of the text flow should be right to left, for example, Arabic or Hebrew text.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentCharacter Structure
DocumentCharacter Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features