←Select platform

IsRTL Property

Summary

Indicates whether this text is Right to Left.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly