Initializes a new instance of the
RtfTab class
Namespace: iTextSharp.text.rtf.textAssembly: 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
) |
See Also