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

Collapse imageSyntax

C#
protected int BeforeCharacter(
	int ch
)
Visual Basic
Protected Function BeforeCharacter ( _
	ch As Integer _
) As Integer
Visual C++
protected:
int BeforeCharacter(
	int ch
)

Parameters

ch
Type: System..::..Int32

Collapse imageSee Also