PageInfo Class

Contains information about retrieved page when paging methods are used.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class PageInfo

The PageInfo type exposes the following members.

Constructors
  NameDescription
Public methodPageInfo(Int32)
Initializes a new instance of the PageInfo class
Public methodPageInfo(Int32, Int32)
Initializes a new instance of the PageInfo class
Public methodPageInfo(Int32, Int32, Int32, Boolean)
Initializes a new instance of the PageInfo class
Public methodPageInfo(Int32, Int32, Int32, Int32, Boolean)
Initializes a new instance of the PageInfo class
Properties
  NameDescription
Public propertyAbsoluteOffset
Gets additinal offset added to start index of a page
Public propertyItemsPerPage
A number of items in page
Public propertyLastPage
Indicates whether current page is last page in view.
Public propertyNextPage
Information of the next page or null if current page is last
Public propertyPageOffset
Gets offset of a page
Public propertyTotalCount
Gets total count of items in view
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldnext
See Also