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

Syntax

C#
protected void NumberCompaction(
	int start,
	int length
)
Visual Basic
Protected Sub NumberCompaction ( _
	start As Integer, _
	length As Integer _
)
Visual C++
protected:
void NumberCompaction(
	int start, 
	int length
)

Parameters

start
Type: System..::..Int32
length
Type: System..::..Int32

See Also