The MultilineTextShape allows you to stamp text that is wrapped given a certain maximum line width. The text is stored in 1 or more fragments. You can set layout properties such as alignment and indentation.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

See Also