[]
        
(Showing Draft Content)

C1.WPF.Document.PagesLoadedEventArgs.-ctor

PagesLoadedEventArgs Constructor

PagesLoadedEventArgs(int)

Initializes a new instance of the PagesLoadedEventArgs class with a specified page index, and one page.

Declaration
public PagesLoadedEventArgs(int startIndex)
Parameters
Type Name Description
int startIndex

0-based start page index.

PagesLoadedEventArgs(int, int)

Initializes a new instance of the PagesLoadedEventArgs class with a specified page index and page count.

Declaration
public PagesLoadedEventArgs(int startIndex, int count)
Parameters
Type Name Description
int startIndex

0-based start page index.

int count

The number of loaded pages.