[]
Searches for the first occurrence of a RenderInputFragment object in the current document.
public RenderInputFragment FindInputFragment(int startPageIndex, bool forward)
| Type | Name | Description |
|---|---|---|
| int | startPageIndex | The 0-based index of the page to start the search at. |
| bool | forward | Specifies whether to search forward or backward. |
| Type | Description |
|---|---|
| RenderInputFragment | The RenderInputFragment object that was found, or null. |