Gets an instance of an Image.

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

Syntax

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

Parameters

image
Type: iTextSharp.text..::..Image
an Image

Return Value

an object of type Gif, Jpeg or Png

See Also