C#
VB
Java
Objective-C
WinRT C#
C++
Specifies the user mode for all objects in this container. Design mode is for creating objects; run mode is for viewing them.
public enum AnnUserMode
Public Enum AnnUserMode
public enum AnnUserMode
typedef enum LTAnnUserMode
public enum AnnUserMode
Leadtools.Annotations.Core.AnnUserMode = function() { };
Leadtools.Annotations.Core.AnnUserMode.prototype = {
Design = 0x00000000,
Run = 0x00000001,
Render = 0x00000002,
};
public:
enum class AnnUserMode sealed
Members
Value | Member | Description |
---|---|---|
0 | Design | Design mode. Used for creating objects. |
1 | Run | Run mode. Used for viewing or activating objects. |
2 | Render | Render mode. Used for viewing objects only. |
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