Indicates different state of an AnnObject that can be rendered.
lt.Annotations.Core.AnnRenderState = {
None: 0x00000000,
Lock: 0x00000001,
Content: 0x00000002,
Label: 0x00000004,
All: 0x00000007
}
lt.Annotations.Core.AnnRenderState = {
None: 0x00000000,
Lock: 0x00000001,
Content: 0x00000002,
Label: 0x00000004,
All: 0x00000007
}
Members
0x00000000 | None |
(0) Do not render any of the states. |
0x00000001 | Lock |
(1) Render the lock picture. |
0x00000002 | Content |
(2) Render the content picture. |
0x00000004 | Label |
(4) Render the object labels. |
0x00000007 | All |
(7) 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