Checks whether the collection contains the section.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool Contains(
	PdfSection section
)
Public Function Contains ( 
	section As PdfSection
) As Boolean
public:
bool Contains(
	PdfSection^ section
)
member Contains : 
        section : PdfSection -> bool 

Parameters

section
PdfSection
The section object.

Return Value

Boolean
True - if the sections belongs to the collection, False otherwise.

See Also