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

Syntax

C#
public static Image GetInstance(
	Stream s
)
Visual Basic
Public Shared Function GetInstance ( _
	s As Stream _
) As Image
Visual C++
public:
static Image^ GetInstance(
	Stream^ s
)

Parameters

s
Type: System.IO..::..Stream

See Also