Searches for the specified Page in the PageCollection.
Namespace: TallComponents.PDF.RasterizerAssembly: 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.