C#
VB
C++
Unique ID of this mode.
public abstract int Id { get; }
Public MustOverride ReadOnly Property Id() As Integer
public:
virtual property int Id
{
int get() abstract;
}
The unique ID of this mode.
Each ImageViewerInteractiveMode must have its own unique ID. This value can be used with FindById and EnableById to quickly find or enable a mode.
For an example, refer to FindById.
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