C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the status of the current AnnDesigner object.
public enum AnnDesignerOperationStatus
Public Enum AnnDesignerOperationStatus
public enum AnnDesignerOperationStatus
typedef enum LTAnnDesignerOperationStatus
public enum AnnDesignerOperationStatus
Leadtools.Annotations.Core.AnnDesignerOperationStatus = function() { };
Leadtools.Annotations.Core.AnnDesignerOperationStatus.prototype = {
Idle = 0x00000000,
Start = 0x00000001,
Working = 0x00000002,
End = 0x00000003,
Canceled = 0x00000004,
};
public:
enum class AnnDesignerOperationStatus sealed
Members
Value | Member | Description |
---|---|---|
0 | Idle | The designer is idle. |
1 | Start | The designer operation has started. |
2 | Working | The designer operation is currently working. |
3 | End | The designer operation has ended successfully. |
4 | Canceled | 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