Click or drag to resize

PdfSectionCollection Contains Method

Checks whether the collection contains the section.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	PdfSection section
)

Parameters

section
Type: Spire.Pdf PdfSection
The section object.

Return Value

Type: Boolean
True - if the sections belongs to the collection, False otherwise.
See Also