Indicates the status of the current AnnDesigner object.
lt.Annotations.Core.AnnDesignerOperationStatus = {
Idle: 0,
Start: 1,
Working: 2,
End: 3,
Canceled: 4
}
lt.Annotations.Core.AnnDesignerOperationStatus = {
Idle: 0,
Start: 1,
Working: 2,
End: 3,
Canceled: 4
}
Members
0 | Idle |
(0)The designer is idle. |
1 | Start |
(1)The designer operation has started. |
2 | Working |
(2)The designer operation is currently working. |
3 | End |
(3)The designer operation has ended successfully. |
4 | Canceled |
(4)The designer operation has been canceled. |
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