C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class / IndexOf Method
The export provider to search for.

In This Topic
IndexOf Method (ExportProviders)
In This Topic
Gets the index of the specified ExportProvider in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal exportProvider As ExportProvider _
) As Integer
 

Parameters

exportProvider
The export provider to search for.

Return Value

Index of the specified export provider in the current collection, or -1 if it was not found.
See Also