iTextSharp.text.Section.IsTag C# (CSharp) 메소드

IsTag() 공개 정적인 메소드

Checks if a given tag corresponds with this object.
public static IsTag ( string tag ) : bool
tag string the given tag
리턴 bool
        public static bool IsTag(string tag) {
            return ElementTags.SECTION.Equals(tag);
        }