[]
Gets the index of the specified page in the document.
public int IndexOf(TItem item)
Public Function IndexOf(item As TItem) As Integer
| Type | Name | Description |
|---|---|---|
| TItem | item | The document page object. |
| Type | Description |
|---|---|
| int | The index of the specified page in the document. |