[]
        
(Showing Draft Content)

C1.Document.PagesLoadedEventArgs

PagesLoadedEventArgs Class

Contains event data for events fired when some pages have been loaded and their content became available. Represents a contiguous range of pages defined by the first page's index, and the number of pages in the range.

Inheritance
PagesLoadedEventArgs
Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public class PagesLoadedEventArgs : EventArgs

Constructors

Name Description
PagesLoadedEventArgs(int)

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

PagesLoadedEventArgs(int, int)

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

Properties

Name Description
Count

Gets the number of pages in the range represented by the current object.

StartIndex

Gets the 0-based index of the first page in the range represented by the current object.