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

Collapse imageSyntax

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

Parameters

ch
Type: System..::..Int32

Collapse imageSee Also