Gets the string-representation of the reference to the image.

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

Syntax

C#
public Uri Url { get; set; }
Visual Basic
Public Property Url As Uri
	Get
	Set
Visual C++
public:
property Uri^ Url {
	Uri^ get ();
	void set (Uri^ value);
}

Field Value

a string

See Also