Namespace: iTextSharp.text.rtf.parser.destinations
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
int OnCharacter(
	int ch
)
Visual Basic
Function OnCharacter ( _
	ch As Integer _
) As Integer
Visual C++
int OnCharacter(
	int ch
)

Parameters

ch
Type: System..::..Int32

See Also