[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.FindInputFragment

FindInputFragment Method

FindInputFragment(int, bool)

Searches for the first occurrence of a RenderInputFragment object in the current document.

Declaration
public RenderInputFragment FindInputFragment(int startPageIndex, bool forward)
Parameters
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.

Returns
Type Description
RenderInputFragment

The RenderInputFragment object that was found, or null.