ITextParagraphFormat.FirstLineIndent Property

Definition

Gets the amount used to indent the first line of a paragraph relative to the left indent.

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

Property Value

Single

float

The first line indentation amount, in floating-point points.

Remarks

The left indent applies to all lines of the paragraph except the first line.

Applies to

See also