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

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

This method gets called when characters are encountered.
public 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 override void Characters(string content, int start, int length) {
                // do nothing
            }