This method gets called when characters are encountered.
            
Namespace: iTextSharp.text.xmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public override void Characters( string content, int start, int length ) | 
| Visual Basic | 
|---|
| Public Overrides Sub Characters ( _ content As String, _ start As Integer, _ length As Integer _ ) | 
| Visual C++ | 
|---|
| public: virtual void Characters( String^ content, int start, int length ) override | 
Parameters
- content
- Type: System..::..String
 an array of characters
- start
- Type: System..::..Int32
 the start position in the array
- length
- Type: System..::..Int32
 the number of characters to read from the array





