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

Syntax

C#
public void ImportList(
	string origListNr,
	string newListNr
)
Visual Basic
Public Sub ImportList ( _
	origListNr As String, _
	newListNr As String _
)
Visual C++
public:
void ImportList(
	String^ origListNr, 
	String^ newListNr
)

Parameters

origListNr
Type: System..::..String
newListNr
Type: System..::..String

See Also