Intersoft.Client.Documents Namespace : DynamicDocumentPaginator Class |
The following tables list the members exposed by DynamicDocumentPaginator.
Name | Description | |
---|---|---|
IsBackgroundPaginationEnabled | Gets or sets a value indicating whether pagination is performed automatically in the background in response to certain events, such as a change in page size. | |
IsPageCountValid | When overridden in a derived class, gets a value indicating whether PageCount is the total number of pages. (Inherited from Intersoft.Client.Documents.DocumentPaginator) | |
PageCount | When overridden in a derived class, gets a count of the number of pages currently formatted. (Inherited from Intersoft.Client.Documents.DocumentPaginator) | |
PageSize | When overridden in a derived class, gets or sets the suggested width and height of each page. (Inherited from Intersoft.Client.Documents.DocumentPaginator) | |
Source | When overridden in a derived class, returns the element being paginated. (Inherited from Intersoft.Client.Documents.DocumentPaginator) |
Name | Description | |
---|---|---|
GetPage | When overridden in a derived class, gets the DocumentPage for the specified page number. (Inherited from Intersoft.Client.Documents.DocumentPaginator) |
Name | Description | |
---|---|---|
OnPagesChanged | Raises the OnPagesChanged event when the document content is changed. (Inherited from Intersoft.Client.Documents.DocumentPaginator) | |
OnPaginationCompleted | Raises the PaginationCompleted event after all document content has been paginated. | |
OnPaginationProgress | Raises the PaginationProgress when one or more content pages have been paginated. |
Name | Description | |
---|---|---|
PagesChanged | Occurs when the document content is changed. (Inherited from Intersoft.Client.Documents.DocumentPaginator) | |
PaginationCompleted | Occurs when all document content has been paginated. | |
PaginationProgress | Occurs when one or more content pages have been paginated. |