Initializes a new instance of this class.
public QueryPageInfo(
QueryPageInfoEnum pagingType,
int pageSize,
int start
)
Public Sub New(ByVal pagingType As QueryPageInfoEnum, ByVal pageSize As Integer, ByVal start As Integer)
public:
QueryPageInfo(QueryPageInfoEnum^ pagingType, int pageSize, int start)
pagingType
One of the QueryPageInfoEnum enumeration members.
pageSize
Number of records in each page.
start
This can be the page number (1-based) when pagingType == QueryPageInfoEnum.Paging,
or the absolute record to start from (0-based) when pagingType == QueryPageInfoEnum.Offset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET