Returns the zero-based index of the given page.

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

Syntax

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

Parameters

page
Type: TallComponents.PDF..::..Page
The page to be indexed.

Return Value

the zero-based index of the given page, or -1 if not found.

Remarks

Returns -1 if not found.

See Also