Gets or sets a value that indicates whether this layer is visible.
Object.defineProperty(AnnLayer.prototype, 'isVisible',
get: function(),
set: function(value)
)
isVisible: boolean;
true if this layer is visible; otherwise, false. The default value is true.
Use IsVisible to quickly show/hide all of the objects contained in the layer. Non-visible items are not be accessable from automation.
AnnCodecs loads/saves the value of this property.
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