iTextSharp.text.xml.ParserBase.Characters C# (CSharp) Метод

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

This method gets called when characters are encountered.
public abstract Characters ( string content, int start, int length ) : void
content string an array of characters
start int the start position in the array
length int the number of characters to read from the array
Результат void
        public abstract void Characters(string content, int start, int length);