Initializes a new instance of the PdfCollectionSort class

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

Syntax

C#
public PdfCollectionSort(
	string key
)
Visual Basic
Public Sub New ( _
	key As String _
)
Visual C++
public:
PdfCollectionSort(
	String^ key
)

Parameters

key
Type: System..::..String

See Also