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

Syntax

C#
public static bool IsDelimiter(
	int ch
)
Visual Basic
Public Shared Function IsDelimiter ( _
	ch As Integer _
) As Boolean
Visual C++
public:
static bool IsDelimiter(
	int ch
)

Parameters

ch
Type: System..::..Int32

See Also