Removes an Fragment from this FragmentCollection.

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

Syntax

C#
public void Remove(
	Fragment fragment
)
Visual Basic
Public Sub Remove ( _
	fragment As Fragment _
)

Parameters

fragment
Type: TallComponents.PDF.Layout.Paragraphs..::..Fragment
The fragment to remove.

Remarks

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

Exceptions

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

See Also