Constructs a Jpeg-object, using an Uri.

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

Syntax

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

Parameters

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

Remarks

Deprecated, use Image.GetInstance(...) to create an Image

See Also