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

Syntax

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

See Also