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

Collapse imageSyntax

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

Collapse imageSee Also