Add a new area to this collection.

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

Syntax

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

Return Value

The new area that has been added.

Remarks

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

See Also