Searches for the specified Area in the AreaCollection.

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

Syntax

C#
public int IndexOf(
	Area area
)
Visual Basic
Public Function IndexOf ( _
	area As Area _
) As Integer

Parameters

area
Type: TallComponents.PDF.Layout..::..Area
The Area to locate in the AreaCollection.

Return Value

The zero-based index at which the Area is found, -1 if not found.

See Also