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

Syntax

C#
public void SetIndentationLeft(
	float indentation,
	bool autoindent
)
Visual Basic
Public Sub SetIndentationLeft ( _
	indentation As Single, _
	autoindent As Boolean _
)
Visual C++
public:
void SetIndentationLeft(
	float indentation, 
	bool autoindent
)

Parameters

indentation
Type: System..::..Single
autoindent
Type: System..::..Boolean

See Also