Add a new tab stop.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public TabStop Add(
	double position
)
Visual Basic
Public Function Add ( _
	position As Double _
) As TabStop

Parameters

position
Type: System..::..Double
Position of new tab stop.

Return Value

New tab stop.

See Also