iTextSharp.text.Section.IsTitle C# (CSharp) Метод

IsTitle() публичный статический Метод

Checks if a given tag corresponds with a title tag for this object.
public static IsTitle ( string tag ) : bool
tag string the given tag
Результат bool
        public static bool IsTitle(string tag) {
            return ElementTags.TITLE.Equals(tag);
        }