Renders one or more lines of text with xhtml markup.

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

Syntax

C#
[SerializableAttribute]
public class SimpleXhtmlShape : MultilineTextShape
Visual Basic
<SerializableAttribute> _
Public Class SimpleXhtmlShape _
	Inherits MultilineTextShape

Remarks

Lines will wrap at the specified Width of the shape. You can set layout properties such as alignment and indentation.

The origin (X and Y properties) is the top-left position.

Inheritance Hierarchy

See Also