iTextSharp.text.xml.ITextHandler.IsNewpage C# (CSharp) 메소드

IsNewpage() 개인적인 메소드

Checks if a certain tag corresponds with the newpage-tag.
private IsNewpage ( String tag ) : bool
tag String a presumed tagname
리턴 bool
        private bool IsNewpage(String tag) {
            return ElementTags.NEWPAGE.Equals(tag);
        }