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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document