public class PageRangeDocumentPaginator : DocumentPaginator
PageRangeDocumentPaginator | Initializes a new instance of the PageRangeDocumentPaginator class |
IsPageCountValid | (Overrides DocumentPaginatorIsPageCountValid) |
PageCount | (Overrides DocumentPaginatorPageCount) |
PageSize | (Overrides DocumentPaginatorPageSize) |
Source | (Overrides DocumentPaginatorSource) |
CancelAsync | Cancels a previous {0} Overload or {0} Overload operation. (Inherited from DocumentPaginator) |
ComputePageCount | Forces a pagination of the content, updates PageCount with the new total, and sets IsPageCountValid to . (Inherited from DocumentPaginator) |
ComputePageCountAsync | Asynchronously, forces a pagination of the content, updates PageCount with the new total, and sets IsPageCountValid to . (Inherited from DocumentPaginator) |
ComputePageCountAsync(Object) | Asynchronously, forces a pagination of the content, updates PageCount with the new total, sets IsPageCountValid to . (Inherited from DocumentPaginator) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetPage | (Overrides DocumentPaginatorGetPage(Int32)) |
GetPageAsync(Int32) | Asynchronously returns (through the GetPageCompleted event) the DocumentPage for the specified page number. (Inherited from DocumentPaginator) |
GetPageAsync(Int32, Object) | Asynchronously returns (through the GetPageCompleted event) the DocumentPage for the specified page number and assigns the specified ID to the asynchronous task. (Inherited from DocumentPaginator) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnComputePageCountCompleted | Raises the ComputePageCountCompleted event. (Inherited from DocumentPaginator) |
OnGetPageCompleted | Raises the GetPageCompleted event. (Inherited from DocumentPaginator) |
OnPagesChanged | Raises the PagesChanged event. (Inherited from DocumentPaginator) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ComputePageCountCompleted | Occurs when a {0} Overload operation has finished. (Inherited from DocumentPaginator) |
GetPageCompleted | Occurs when {0} Overload has completed. (Inherited from DocumentPaginator) |
PagesChanged | Occurs when the document content is changed. (Inherited from DocumentPaginator) |