ITextParagraphFormat.LeftIndent Property

Definition

Gets the amount used to indent all lines except the first line of a paragraph.

public:
 property float LeftIndent { float get(); };
float LeftIndent();
public float LeftIndent { get; }
var single = iTextParagraphFormat.leftIndent;
Public ReadOnly Property LeftIndent As Single

Property Value

Single

float

The amount of left indentation, in floating-point points. Indentation is relative to the left margin.

Applies to

See also