iTextSharp.text.pdf.languages.HebrewProcessor.IsRTL C# (CSharp) Method

IsRTL() public method

public IsRTL ( ) : bool
return bool
        public bool IsRTL() {
            return true;
        }