Returns the index of the specified transform.

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

Syntax

C#
public int IndexOf(
	Transform transform
)
Visual Basic
Public Function IndexOf ( _
	transform As Transform _
) As Integer

Parameters

transform
Type: TallComponents.PDF.Transforms..::..Transform
The transform to locate in this collection.

Return Value

The zero-based index of the transform found in the collection; otherwise, -1.

See Also