Removes an Area from this AreaCollection.

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

Syntax

C#
public void Remove(
	Area area
)
Visual Basic
Public Sub Remove ( _
	area As Area _
)

Parameters

area
Type: TallComponents.PDF.Layout..::..Area
The area to remove.

Remarks

The area does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe given area is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also