Initializes a new instance of the RtfTab class

Namespace: iTextSharp.text.rtf.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RtfTab(
	float position,
	int type
)
Visual Basic
Public Sub New ( _
	position As Single, _
	type As Integer _
)
Visual C++
public:
RtfTab(
	float position, 
	int type
)

Parameters

position
Type: System..::..Single
type
Type: System..::..Int32

See Also