Specifies the paging type for a QueryPageInfo object
public enum QueryPageInfoEnum
public enum class QueryPageInfoEnum sealed
0 |
None |
No paging.
|
1 |
Paging |
Paging enabled, 'start' parameter will be interpreted as the page number and is 1-based.
|
2 |
Offset |
Paging enabled, 'start' parameter will be interpreted as the offset (how many records to skip) and is 0-based.
|
You can use the QueryPageInfoEnum enumeration to construct QueryPageInfo objects from different paging options.
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