←Select platform

IsRTL Property

Summary

Indicates whether this text is Right to Left.

Syntax
C#
VB
C++
Java
public bool IsRTL { get; set; } 
Public Property IsRTL As Boolean 
public boolean isRTL() 
public void setRTL(boolean isRTL) 
public: 
property bool IsRTL { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the text is Right to Left; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly