Specifies the paging type for a QueryPageInfo object
public enum QueryPageInfoEnum
Public Enum QueryPageInfoEnum
public enum class QueryPageInfoEnum sealed
Members
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.
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