PageInfo.PageInfo
Contents
[
Hide
]PageInfo(int)
Initializes a new instance of the PageInfo
class
public PageInfo(int itemsPerPage)
Parameter | Type | Description |
---|---|---|
itemsPerPage | Int32 | A number of items in page |
See Also
- class PageInfo
- namespace Aspose.Email.Clients
- assembly Aspose.Email
PageInfo(int, int)
Initializes a new instance of the PageInfo
class
public PageInfo(int itemsPerPage, int offset)
Parameter | Type | Description |
---|---|---|
itemsPerPage | Int32 | A number of items in page |
offset | Int32 | offset in view of a page |
See Also
- class PageInfo
- namespace Aspose.Email.Clients
- assembly Aspose.Email
PageInfo(int, int, int, bool)
Initializes a new instance of the PageInfo
class
public PageInfo(int totalCount, int itemsPerPage, int offset, bool lastPage)
Parameter | Type | Description |
---|---|---|
totalCount | Int32 | total count of items in view |
itemsPerPage | Int32 | A number of items in page |
offset | Int32 | offset in view of a page |
lastPage | Boolean | Indicates whether current page is last page in view |
See Also
- class PageInfo
- namespace Aspose.Email.Clients
- assembly Aspose.Email
PageInfo(int, int, int, int, bool)
Initializes a new instance of the PageInfo
class
public PageInfo(int totalCount, int itemsPerPage, int offset, int absoluteOffset, bool lastPage)
Parameter | Type | Description |
---|---|---|
totalCount | Int32 | total count of items in view |
offset | Int32 | offset in view of a page |
absoluteOffset | Int32 | additinal offset added to start index of a page |
lastPage | Int32 | Indicates whether current page is last page in view |
itemsPerPage | Boolean | A number of items in page |
See Also
- class PageInfo
- namespace Aspose.Email.Clients
- assembly Aspose.Email