The RTF to import in this paragraph.

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

Syntax

C#
public Stream Stream { set; }
Visual Basic
Public WriteOnly Property Stream As Stream
	Set

Remarks

Note that the Stream is not needed after the property is set, so you can release memory/close the stream. If this property is called multiple times , only the last rtf will be used.

See Also