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

Syntax

C#
public float Indentation { set; }
Visual Basic
Public WriteOnly Property Indentation As Single
	Set
Visual C++
public:
property float Indentation {
	void set (float value);
}

See Also