C#
VB
Java
Objective-C
WinRT C#
C++
Indicates different state of an AnnObject that can be rendered.
[FlagsAttribute()]public enum AnnRenderState
Public Enum AnnRenderState
public enum AnnRenderState typedef enum LTAnnRenderState public enum AnnRenderState Leadtools.Annotations.Core.AnnRenderState = function() { };Leadtools.Annotations.Core.AnnRenderState.prototype = {None = 0x00000000,Lock = 0x00000001,Content = 0x00000002,Label = 0x00000004,All = 0x00000007,};
public:[FlagsAttribute]enum class AnnRenderState sealed
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Do not render any of the states. |
| 0x00000001 | Lock | Render the lock picture. |
| 0x00000002 | Content | Render the content picture. |
| 0x00000004 | Label | Render the object labels. |
| 0x00000007 | All | Render all (lock, content and labels). |
Used with AnnRenderingEngine.RenderState to control which of these state are rendered.
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
