Gets or sets the text string associated with this AnnGroupObject object.
public virtual string Text { get; set; }
Public Overridable Property Text As String
The text string associated with this AnnGroupObject object
When "getting" this property, internally this AnnGroupObject will enumerate all objects in the group and return the text of the first object in the group that implements the IAnnTextObject interface. For more information refer to IAnnTextObject.Text.
When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the text for each object that implements the IAnnTextObject interface. For more information refer to IAnnTextObject.Text.
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