ITextParagraphFormat.FirstLineIndent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.