Add a fragment to this collection.

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

Syntax

C#
public Fragment Add()
Visual Basic
Public Function Add As Fragment

Return Value

New fragment.

Remarks

Creates a new fragment, adds it to the collection and returns the created fragment.

See Also