Searches for the specified Page in the PageCollection.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public int IndexOf(
	Page page
)
Visual Basic
Public Function IndexOf ( _
	page As Page _
) As Integer

Parameters

page
Type: TallComponents.PDF.Rasterizer..::..Page
The Page to locate in the PageCollection.

Return Value

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

See Also