[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportUtil.PageExists

PageExists Method

PageExists(int, IList, object)

Tests whether the page with the specified number exists in the document.

Declaration
public static bool PageExists(int pageNo, IList pages, object document)
Public Shared Function PageExists(pageNo As Integer, pages As IList, document As Object) As Boolean
Parameters
Type Name Description
int pageNo

The physical page number (1-based index).

IList pages

The list of page images or null.

object document

The document or null.

Returns
Type Description
bool

True if the page exists, false otherwise.