Searches for the specified Message in the MessageCollection.
Namespace: TallComponents.PDF.DiagnosticsAssembly: 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.