iTextSharp.text.pdf.languages.HebrewProcessor.IsRTL C# (CSharp) Méthode

IsRTL() public méthode

public IsRTL ( ) : bool
Résultat bool
        public bool IsRTL() {
            return true;
        }