Searches for the specified Update in the UpdateCollection.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public int IndexOf(
	Update update
)
Visual Basic
Public Function IndexOf ( _
	update As Update _
) As Integer

Parameters

update
Type: TallComponents.PDF..::..Update
The Update to locate in the UpdateCollection.

Return Value

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

See Also