Determine whether an Paragraph is in the ParagraphCollection.

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

Syntax

C#
public bool Contains(
	Paragraph paragraph
)
Visual Basic
Public Function Contains ( _
	paragraph As Paragraph _
) As Boolean

Parameters

paragraph
Type: TallComponents.PDF.Layout.Paragraphs..::..Paragraph
The Paragraph to verify.

Return Value

True if the Paragraph is found in this ParagraphCollection, false otherwise.

Remarks

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

Exceptions

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

See Also