Gets or sets the active layer in this container.
Object.defineProperty(AnnContainer.prototype, 'activeLayer',
get: function(),
set: function(value)
)
activeLayer: AnnLayer;
The active layer in this container. The default value is null denoting the default layer in the container.
Any container can be designated as the active object in the container using ActiveLayer. The active container is null by default denoting the default layer in the container. When new objects are drawn on the container using automation, the objects are added to the active container.
For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.
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