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
)
Public Function Contains (
section As PdfSection
) As Boolean
public:
bool Contains(
PdfSection^ section
)
member Contains :
section : PdfSection -> bool
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