[]
Searches the current collection for a C1Page with the specified logical coordinates (identified by the X and Y properties on a page).
public C1Page Find(int pageX, int pageY)
Type | Name | Description |
---|---|---|
int | pageX | Specifies the logical horizontal coordinate of the page. |
int | pageY | Specifies the logical vertical coordinate of the page. |
Type | Description |
---|---|
C1Page | The C1Page object that was found, or null. |
Searches the current collection for a C1Page with the specified logical page number.
public C1Page Find(int pageNo)
Type | Name | Description |
---|---|---|
int | pageNo | Specifies the logical page number. |
Type | Description |
---|---|
C1Page | The C1Page object that was found, or null. |