The RTF to import in this paragraph. This property is also used to specifiy a RtfParagraph in XML.

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

Syntax

C#
public string Text { set; }
Visual Basic
Public WriteOnly Property Text As String
	Set

Remarks

Note that the string is not preserved (no get property), to release memory asap. If this property is called multiple times , only the last rtf will be used.

See Also