The rich text string to display formatted as xhtml.

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

Syntax

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

Remarks

Supported tags include: strong, b, em, i, span, p and a wide variety of CSS styles like font, font-family, font-size, color, text-decoration etc.

See Also