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

Syntax

C#
protected static int MaxPossibleErrorLevel(
	int remain
)
Visual Basic
Protected Shared Function MaxPossibleErrorLevel ( _
	remain As Integer _
) As Integer
Visual C++
protected:
static int MaxPossibleErrorLevel(
	int remain
)

Parameters

remain
Type: System..::..Int32

See Also