Searches for the specified Message in the MessageCollection.

Namespace: TallComponents.PDF.Diagnostics
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public int IndexOf(
	Message message
)
Visual Basic
Public Function IndexOf ( _
	message As Message _
) As Integer

Parameters

message
Type: TallComponents.PDF.Diagnostics..::..Message
The Message to locate in the MessageCollection.

Return Value

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

See Also