Create a new RtfParagraph from an existing RTF document.

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

Syntax

C#
public RtfParagraph(
	string rtf
)
Visual Basic
Public Sub New ( _
	rtf As String _
)

Parameters

rtf
Type: System..::..String
The RTF string to import.

Remarks

Note: When using this constuctor you cannot receive events.

See Also