C#
VB
C++
Provides value fo the ChangeCellScrollCommand
public enum ScrollLocation
Public Enum ScrollLocation
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ScrollLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Top | Scrolls to the top. |
1 | Bottom | Scrolls to the bottom. |
2 | PageUp | Scrolls one page up. |
3 | PageDown | Scrolls one page down. |
4 | Custom | Scrolls to a specific frame number. |
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