Get the paragraphs in this collection.

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

Syntax

C#
public ParagraphCollection Paragraphs { get; }
Visual Basic
Public ReadOnly Property Paragraphs As ParagraphCollection
	Get

Remarks

Add paragraphs to this collection in your event handler.

See Also