ITextParagraphFormat.LeftIndent 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 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.