Get/set the indentation of the content of this Section.

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

Syntax

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

Field Value

the indentation

See Also