Gets or sets the states parts of the annotation objects to render.
Object.defineProperty(AnnRenderingEngine.prototype, 'renderState',
get: function(),
set: function(value)
)
renderState: AnnRenderState;
One or more AnnRenderState enumeration members that specifies which state parts of the annotation objects to render. Default value is AnnRenderState.All.
Modify RenderState to control which state parts of the annotation objects to render. For example, if this AnnRenderingEngine is being used to render a container on a thumbnail image list, the object's lock and content pictures and any label should not be rendered. This, set the value of RenderState to AnnRenderState.None before calling RenderContainer.
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