PageRangeDocumentPaginator Class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class PageRangeDocumentPaginator : DocumentPaginator
Inheritance
Object    DocumentPaginator    PageRangeDocumentPaginator

Constructors

PageRangeDocumentPaginatorInitializes a new instance of the PageRangeDocumentPaginator class

Properties

IsPageCountValid
(Overrides DocumentPaginatorIsPageCountValid)
PageCount
(Overrides DocumentPaginatorPageCount)
PageSize
(Overrides DocumentPaginatorPageSize)
Source
(Overrides DocumentPaginatorSource)

Methods

CancelAsyncCancels a previous {0} Overload or {0} Overload operation.
(Inherited from DocumentPaginator)
ComputePageCountForces a pagination of the content, updates PageCount with the new total, and sets IsPageCountValid to .
(Inherited from DocumentPaginator)
ComputePageCountAsyncAsynchronously, 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)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnComputePageCountCompletedRaises the ComputePageCountCompleted event.
(Inherited from DocumentPaginator)
OnGetPageCompletedRaises the GetPageCompleted event.
(Inherited from DocumentPaginator)
OnPagesChangedRaises the PagesChanged event.
(Inherited from DocumentPaginator)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

ComputePageCountCompletedOccurs when a {0} Overload operation has finished.
(Inherited from DocumentPaginator)
GetPageCompletedOccurs when {0} Overload has completed.
(Inherited from DocumentPaginator)
PagesChangedOccurs when the document content is changed.
(Inherited from DocumentPaginator)

Fields

See Also