[]
        
(Showing Draft Content)

C1.C1Preview.C1PageCollection.Find

Find Method

Find(int, int)

Searches the current collection for a C1Page with the specified logical coordinates (identified by the X and Y properties on a page).

Declaration
public C1Page Find(int pageX, int pageY)
Public Function Find(pageX As Integer, pageY As Integer) As C1Page
Parameters
Type Name Description
int pageX

Specifies the logical horizontal coordinate of the page.

int pageY

Specifies the logical vertical coordinate of the page.

Returns
Type Description
C1Page

The C1Page object that was found, or null.

Find(int)

Searches the current collection for a C1Page with the specified logical page number.

Declaration
public C1Page Find(int pageNo)
Public Function Find(pageNo As Integer) As C1Page
Parameters
Type Name Description
int pageNo

Specifies the logical page number.

Returns
Type Description
C1Page

The C1Page object that was found, or null.