Constructs an Image-object, using an url.

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

Syntax

C#
public Image(
	Uri url
)
Visual Basic
Public Sub New ( _
	url As Uri _
)
Visual C++
public:
Image(
	Uri^ url
)

Parameters

url
Type: System..::..Uri
the URL where the image can be found.

See Also