Gets the collection of AnnObjects for this layer.
Object.defineProperty(AnnLayer.prototype, 'children',
get: function()
)
children: AnnObjectCollection; // read-only
The collection of AnnObjects of this layer. The default value is an empty collection.
Annotation objects already in the container can be added to any child layer using this property to group them logically.
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