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

Syntax

C#
public void SetLeftIndent(
	int leftIndent
)
Visual Basic
Public Sub SetLeftIndent ( _
	leftIndent As Integer _
)
Visual C++
public:
void SetLeftIndent(
	int leftIndent
)

Parameters

leftIndent
Type: System..::..Int32

See Also