TextIndent Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the TextIndent class.

Namespace:  Apitron.PDF.Kit.Styles.Text
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public TextIndent(
	Length indent
)

Parameters

indent
Type: Apitron.PDF.Kit.StylesLength
The indent, if specified as percentage then it's being calculated using percentage from the space given for a first line of text.
See Also

Reference