C#
VB
C++
Gets or sets a value indicating whether this AnnContainer is visible.
public virtual bool Visible { get; set; }
Public Overridable Property Visible As Boolean
true if this AnnContainer is visible; otherwise, false.
When the container is invisible, no objects will be drawn when the Draw(graphics) method is called. Also, calling HitTest will never return any objects.
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