Determine whether an Section is in the SectionCollection.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public bool Contains( Section section ) |
| Visual Basic |
|---|
Public Function Contains ( _ section As Section _ ) As Boolean |
Parameters
- section
- Type: TallComponents.PDF.Layout..::..Section
The Section to verify.
Return Value
True if the Section is found in this SectionCollection, false otherwise.
Remarks
The section does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given section is nullNothingnullptra null reference (Nothing in Visual Basic). |