Returns the zero-based index of the given page.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.