Removes an Section from this SectionCollection.

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

Syntax

C#
public void Remove(
	Section section
)
Visual Basic
Public Sub Remove ( _
	section As Section _
)

Parameters

section
Type: TallComponents.PDF.Layout..::..Section
The section to remove.

Remarks

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

Exceptions

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

See Also