This method gets called when ignorable white space encountered.

Namespace: iTextSharp.text.xml
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void IgnorableWhitespace(
	char[] ch,
	int start,
	int length
)
Visual Basic
Public Sub IgnorableWhitespace ( _
	ch As Char(), _
	start As Integer, _
	length As Integer _
)
Visual C++
public:
void IgnorableWhitespace(
	array<wchar_t>^ ch, 
	int start, 
	int length
)

Parameters

ch
Type: array<System..::..Char>[]()[][]
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

See Also