Initializes a new instance of the SequenceList class

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

Syntax

C#
protected SequenceList(
	string range
)
Visual Basic
Protected Sub New ( _
	range As String _
)
Visual C++
protected:
SequenceList(
	String^ range
)

Parameters

range
Type: System..::..String

See Also