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

Syntax

C#
public static Hashtable ImportFromXML(
	Stream inp
)
Visual Basic
Public Shared Function ImportFromXML ( _
	inp As Stream _
) As Hashtable
Visual C++
public:
static Hashtable^ ImportFromXML(
	Stream^ inp
)

Parameters

inp
Type: System.IO..::..Stream

See Also